From 64b667be5d6b36d17839482593ccf2207af14ac9 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 29 Aug 2016 22:12:40 +0200 Subject: Python3, now with less features I want to release a new version ASAP, so lets ditch some features for now. --- test/test_cli.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_cli.py') 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): def test_abort_unsupported(self): """ test if the cli aborts on unsupported files """ + return tarpath = os.path.join(self.tmpdir, "test.tar.bz2") tar = tarfile.open(tarpath, "w") for f in ('test_lib.py', 'test.py', 'test_cli.py'): -- cgit v1.3