~cyphermox/gtester2xunit/rip-python-stuff

« back to all changes in this revision

Viewing changes to tests/test_gtester2xunit.py

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2013-02-20 18:10:51 UTC
  • Revision ID: mathieu-tl@ubuntu.com-20130220181051-687iqsk3mloo29v8
Rip out python-pyruntest and python-junitxml

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from testtools import TestCase
 
2
import unittest
2
3
import subprocess
3
4
import tempfile
4
5
import shutil
67
68
            subprocess.check_call(diff, cwd=tmpdir)
68
69
        self._cleanup_testenvironment(tmpdir)
69
70
 
 
71
if __name__ == '__main__':
 
72
        unittest.main()