summaryrefslogtreecommitdiff
path: root/test/libtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/libtest.py')
-rw-r--r--test/libtest.py3
1 files changed, 0 insertions, 3 deletions
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):
70 ''' 70 '''
71 test various stuffs about files (readable, writable, exist, ...) 71 test various stuffs about files (readable, writable, exist, ...)
72 ''' 72 '''
73 def test_not_readable(self):
74 self.assertFalse(mat.create_class_file('not_readable', False, True))
75
76 def test_not_writtable(self): 73 def test_not_writtable(self):
77 self.assertFalse(mat.create_class_file('not_writtable', False, True)) 74 self.assertFalse(mat.create_class_file('not_writtable', False, True))
78 75