diff options
| author | jvoisin | 2016-08-29 22:12:40 +0200 |
|---|---|---|
| committer | jvoisin | 2016-08-29 22:12:40 +0200 |
| commit | 64b667be5d6b36d17839482593ccf2207af14ac9 (patch) | |
| tree | 8ab14777fc5d6a8d9793c2a460ae9e4ea14c2909 /test/test_cli.py | |
| parent | a3c289dea1ceebcc2e624d002ab31deb851a7e3a (diff) | |
Python3, now with less features
I want to release a new version ASAP, so lets ditch some features for
now.
Diffstat (limited to 'test/test_cli.py')
| -rw-r--r-- | test/test_cli.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_cli.py b/test/test_cli.py index 5060a66..7b0c5ad 100644 --- a/test/test_cli.py +++ b/test/test_cli.py | |||
| @@ -127,6 +127,7 @@ class TestUnsupported(test.MATTest): | |||
| 127 | def test_abort_unsupported(self): | 127 | def test_abort_unsupported(self): |
| 128 | """ test if the cli aborts on unsupported files | 128 | """ test if the cli aborts on unsupported files |
| 129 | """ | 129 | """ |
| 130 | return | ||
| 130 | tarpath = os.path.join(self.tmpdir, "test.tar.bz2") | 131 | tarpath = os.path.join(self.tmpdir, "test.tar.bz2") |
| 131 | tar = tarfile.open(tarpath, "w") | 132 | tar = tarfile.open(tarpath, "w") |
| 132 | for f in ('test_lib.py', 'test.py', 'test_cli.py'): | 133 | for f in ('test_lib.py', 'test.py', 'test_cli.py'): |
