diff options
| author | jvoisin | 2013-10-30 18:44:02 +0000 |
|---|---|---|
| committer | jvoisin | 2013-10-30 18:44:02 +0000 |
| commit | ff431ae30521f294ce4d97d31b19db93cb7c0195 (patch) | |
| tree | 1ba0af34082607a318e74a068ed95bc3dd455271 /test/libtest.py | |
| parent | a646ebbd3a0f54b43fc610134d2ebb39b5c4c732 (diff) | |
More pep8 conformance
Diffstat (limited to 'test/libtest.py')
| -rw-r--r-- | test/libtest.py | 1 |
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 | |||
| 87 | class TestSecureRemove(unittest.TestCase): | 88 | class TestSecureRemove(unittest.TestCase): |
| 88 | ''' Test the secure_remove function | 89 | ''' Test the secure_remove function |
| 89 | ''' | 90 | ''' |
