summaryrefslogtreecommitdiff
path: root/test/clitest.py
diff options
context:
space:
mode:
authorjvoisin2015-11-27 12:18:21 +0100
committerjvoisin2015-11-27 12:18:21 +0100
commitd5a896dddeba644776d3d44fff0370c7fac465cf (patch)
tree05a6c3509b3d3f8fd1d65523b79458869a75d19c /test/clitest.py
parent0be0ce35e4763537e2e38fd22d0c0446a55028bb (diff)
Add some missing docstrings
Diffstat (limited to 'test/clitest.py')
-rw-r--r--test/clitest.py1
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
117class TestUnsupported(test.MATTest): 117class 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 """