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/clitest.py | |
| parent | 6c64102d7e5185374e581b170d0a10ca77746d1e (diff) | |
A little more pep8 for the testsuite
Diffstat (limited to 'test/clitest.py')
| -rw-r--r-- | test/clitest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/clitest.py b/test/clitest.py index 10ebff9..9232745 100644 --- a/test/clitest.py +++ b/test/clitest.py | |||
| @@ -11,6 +11,7 @@ sys.path.append('..') | |||
| 11 | from mat import mat | 11 | from mat import mat |
| 12 | import test | 12 | import test |
| 13 | 13 | ||
| 14 | |||
| 14 | class TestRemovecli(test.MATTest): | 15 | class TestRemovecli(test.MATTest): |
| 15 | ''' | 16 | ''' |
| 16 | test if cli correctly remove metadatas | 17 | test if cli correctly remove metadatas |
| @@ -72,6 +73,7 @@ class TestisCleancli(test.MATTest): | |||
| 72 | stdout, _ = proc.communicate() | 73 | stdout, _ = proc.communicate() |
| 73 | self.assertEqual(stdout.strip('\n'), '[+] %s is not clean' % dirty) | 74 | self.assertEqual(stdout.strip('\n'), '[+] %s is not clean' % dirty) |
| 74 | 75 | ||
| 76 | |||
| 75 | class TestFileAttributes(unittest.TestCase): | 77 | class TestFileAttributes(unittest.TestCase): |
| 76 | ''' | 78 | ''' |
| 77 | test various stuffs about files (readable, writable, exist, ...) | 79 | test various stuffs about files (readable, writable, exist, ...) |
