diff options
| author | jvoisin | 2011-12-25 18:35:24 +0100 |
|---|---|---|
| committer | jvoisin | 2011-12-25 18:35:24 +0100 |
| commit | 29763bdc956f84dd134b983b9ff006a3109d6ea8 (patch) | |
| tree | 47290bed32f1fd4741f4988d7b581dbcc2eb694a /test/libtest.py | |
| parent | 6c64102d7e5185374e581b170d0a10ca77746d1e (diff) | |
A little more pep8 for the testsuite
Diffstat (limited to 'test/libtest.py')
| -rw-r--r-- | test/libtest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/libtest.py b/test/libtest.py index a679544..6217b69 100644 --- a/test/libtest.py +++ b/test/libtest.py | |||
| @@ -10,6 +10,7 @@ import sys | |||
| 10 | sys.path.append('..') | 10 | sys.path.append('..') |
| 11 | from mat import mat | 11 | from mat import mat |
| 12 | 12 | ||
| 13 | |||
| 13 | class TestRemovelib(test.MATTest): | 14 | class TestRemovelib(test.MATTest): |
| 14 | ''' | 15 | ''' |
| 15 | test the remove_all() method | 16 | test the remove_all() method |
| @@ -64,6 +65,7 @@ class TestisCleanlib(test.MATTest): | |||
| 64 | current_file = mat.create_class_file(clean, False, True) | 65 | current_file = mat.create_class_file(clean, False, True) |
| 65 | self.assertTrue(current_file.is_clean()) | 66 | self.assertTrue(current_file.is_clean()) |
| 66 | 67 | ||
| 68 | |||
| 67 | class TestFileAttributes(unittest.TestCase): | 69 | class TestFileAttributes(unittest.TestCase): |
| 68 | ''' | 70 | ''' |
| 69 | test various stuffs about files (readable, writable, exist, ...) | 71 | test various stuffs about files (readable, writable, exist, ...) |
