diff options
| author | jvoisin | 2015-11-27 12:18:21 +0100 |
|---|---|---|
| committer | jvoisin | 2015-11-27 12:18:21 +0100 |
| commit | d5a896dddeba644776d3d44fff0370c7fac465cf (patch) | |
| tree | 05a6c3509b3d3f8fd1d65523b79458869a75d19c /test | |
| parent | 0be0ce35e4763537e2e38fd22d0c0446a55028bb (diff) | |
Add some missing docstrings
Diffstat (limited to 'test')
| -rw-r--r-- | test/clitest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/clitest.py b/test/clitest.py index 8d48624..ec3c19c 100644 --- a/test/clitest.py +++ b/test/clitest.py | |||
| @@ -115,6 +115,7 @@ class TestFileAttributes(unittest.TestCase): | |||
| 115 | 115 | ||
| 116 | 116 | ||
| 117 | class TestUnsupported(test.MATTest): | 117 | class TestUnsupported(test.MATTest): |
| 118 | """ test MAT's behaviour on unsupported files """ | ||
| 118 | def test_abort_unsupported(self): | 119 | def test_abort_unsupported(self): |
| 119 | """ test if the cli aborts on unsupported files | 120 | """ test if the cli aborts on unsupported files |
| 120 | """ | 121 | """ |
