From d175a9d9a011c8e30d31bfd3cb7948940e867493 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 9 Feb 2012 23:12:02 +0100 Subject: Remove a stupid test --- test/clitest.py | 6 ------ test/libtest.py | 3 --- 2 files changed, 9 deletions(-) diff --git a/test/clitest.py b/test/clitest.py index 5b0f0c3..a4530a9 100644 --- a/test/clitest.py +++ b/test/clitest.py @@ -78,12 +78,6 @@ class TestFileAttributes(unittest.TestCase): ''' test various stuffs about files (readable, writable, exist, ...) ''' - def test_not_readable(self): - proc = subprocess.Popen(['../mat', 'not_readable'], - stdout=subprocess.PIPE) - stdout, _ = proc.communicate() - self.assertEqual(stdout.strip('\n'), 'Unable to pocess %s' % 'not_readable') - def test_not_writtable(self): proc = subprocess.Popen(['../mat', 'not_writtable'], stdout=subprocess.PIPE) diff --git a/test/libtest.py b/test/libtest.py index 9ac12c0..8f7df82 100644 --- a/test/libtest.py +++ b/test/libtest.py @@ -70,9 +70,6 @@ class TestFileAttributes(unittest.TestCase): ''' test various stuffs about files (readable, writable, exist, ...) ''' - def test_not_readable(self): - self.assertFalse(mat.create_class_file('not_readable', False, True)) - def test_not_writtable(self): self.assertFalse(mat.create_class_file('not_writtable', False, True)) -- cgit v1.3