diff options
Diffstat (limited to '')
| -rwxr-xr-x | test/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 | ||
| 7 | import mat | ||
| 8 | import unittest | 7 | import unittest |
| 9 | import test | 8 | import test |
| 9 | import sys | ||
| 10 | sys.path.append('..') | ||
| 11 | from lib import mat | ||
| 10 | 12 | ||
| 11 | class Test_Remove_lib(test.MATTest): | 13 | class Test_Remove_lib(test.MATTest): |
| 12 | def test_remove(self): | 14 | def test_remove(self): |
