X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2FtestAll.py;h=9990ffce1ec7f3a76b27535b5153d657eb5d8a1c;hb=00ff8b0b1ae756d4ea5beb042f29243dc63a9fd8;hp=c4ac99f8082605888651427f5762fcd0e3e2392c;hpb=569614766f80d3b4520424d953eba9b800073218;p=sfa.git diff --git a/tests/testAll.py b/tests/testAll.py old mode 100644 new mode 100755 index c4ac99f8..9990ffce --- a/tests/testAll.py +++ b/tests/testAll.py @@ -3,7 +3,10 @@ from testCert import * from testGid import * from testCred import * from testKeypair import * -#from testRecord import * +from testMisc import * +from testHierarchy import * +from testRecord import * +from testTable import * if __name__ == "__main__": unittest.main()