X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2FtestAll.py;h=9990ffce1ec7f3a76b27535b5153d657eb5d8a1c;hb=07d8b2f40e6aeb7ed095a0bf8038235da55d1c71;hp=8e08daf320c5066c15a3db0e555faf2ef9cd6b29;hpb=9f910083686557d1fe8c02a39d8f979731c00c6b;p=sfa.git diff --git a/tests/testAll.py b/tests/testAll.py old mode 100644 new mode 100755 index 8e08daf3..9990ffce --- 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()