summaryrefslogtreecommitdiff
path: root/test/libtest.py
diff options
context:
space:
mode:
authorjvoisin2011-12-25 18:35:24 +0100
committerjvoisin2011-12-25 18:35:24 +0100
commit29763bdc956f84dd134b983b9ff006a3109d6ea8 (patch)
tree47290bed32f1fd4741f4988d7b581dbcc2eb694a /test/libtest.py
parent6c64102d7e5185374e581b170d0a10ca77746d1e (diff)
A little more pep8 for the testsuite
Diffstat (limited to 'test/libtest.py')
-rw-r--r--test/libtest.py2
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
10sys.path.append('..') 10sys.path.append('..')
11from mat import mat 11from mat import mat
12 12
13
13class TestRemovelib(test.MATTest): 14class 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
67class TestFileAttributes(unittest.TestCase): 69class TestFileAttributes(unittest.TestCase):
68 ''' 70 '''
69 test various stuffs about files (readable, writable, exist, ...) 71 test various stuffs about files (readable, writable, exist, ...)