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/libtest.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/libtest.py') 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