X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2FtestAll.py;h=9990ffce1ec7f3a76b27535b5153d657eb5d8a1c;hb=27d1df9592e7d7e94d8d3f22a6fc9d7ee5277dd4;hp=8e08daf320c5066c15a3db0e555faf2ef9cd6b29;hpb=7723a3ad29690212b271cb53f88b78e2469e671d;p=sfa.git diff --git a/tests/testAll.py b/tests/testAll.py index 8e08daf3..9990ffce 100644 --- a/tests/testAll.py +++ b/tests/testAll.py @@ -5,7 +5,8 @@ from testCred import * from testKeypair import * from testMisc import * from testHierarchy import * -#from testRecord import * +from testRecord import * +from testTable import * if __name__ == "__main__": unittest.main()