summaryrefslogtreecommitdiff
path: root/test/libtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/libtest.py')
-rw-r--r--test/libtest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/libtest.py b/test/libtest.py
index acf8659..f92d933 100644
--- a/test/libtest.py
+++ b/test/libtest.py
@@ -84,6 +84,7 @@ class TestFileAttributes(unittest.TestCase):
84 ''' test MAT's behaviour on empty file''' 84 ''' test MAT's behaviour on empty file'''
85 self.assertFalse(MAT.mat.create_class_file('empty_file', False, add2archive=True)) 85 self.assertFalse(MAT.mat.create_class_file('empty_file', False, add2archive=True))
86 86
87
87class TestSecureRemove(unittest.TestCase): 88class TestSecureRemove(unittest.TestCase):
88 ''' Test the secure_remove function 89 ''' Test the secure_remove function
89 ''' 90 '''