From 29763bdc956f84dd134b983b9ff006a3109d6ea8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 25 Dec 2011 18:35:24 +0100 Subject: A little more pep8 for the testsuite --- test/libtest.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/libtest.py') 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 sys.path.append('..') from mat import mat + class TestRemovelib(test.MATTest): ''' test the remove_all() method @@ -64,6 +65,7 @@ class TestisCleanlib(test.MATTest): current_file = mat.create_class_file(clean, False, True) self.assertTrue(current_file.is_clean()) + class TestFileAttributes(unittest.TestCase): ''' test various stuffs about files (readable, writable, exist, ...) -- cgit v1.3