summaryrefslogtreecommitdiff
path: root/libtest.py
diff options
context:
space:
mode:
authorjvoisin2011-06-18 04:42:52 +0200
committerjvoisin2011-06-18 04:42:52 +0200
commitde5917e5f01374bb1a647f49ae85283241a2bea9 (patch)
treefbe5483af79965d1445bd4aaa528f0ad3e48a8aa /libtest.py
parent0523e034870ed80cc3916ebb78552d661de4d3b0 (diff)
Creation of the arborescence
Diffstat (limited to '')
-rwxr-xr-xtest/libtest.py (renamed from libtest.py)4
1 files changed, 3 insertions, 1 deletions
diff --git a/libtest.py b/test/libtest.py
index 58cc618..2bd1fa7 100755
--- a/libtest.py
+++ b/test/libtest.py
@@ -4,9 +4,11 @@
4 Unit test for the library 4 Unit test for the library
5''' 5'''
6 6
7import mat
8import unittest 7import unittest
9import test 8import test
9import sys
10sys.path.append('..')
11from lib import mat
10 12
11class Test_Remove_lib(test.MATTest): 13class Test_Remove_lib(test.MATTest):
12 def test_remove(self): 14 def test_remove(self):