gacks handle test case
[sfa.git] / tests / testAll.py
1 from testRights import *
2 from testCert import *
3 from testGid import *
4 from testCred import *
5 from testKeypair import *
6 from testMisc import *
7 from testHierarchy import *
8 from testRecord import *
9 from testTable import *
10
11 if __name__ == "__main__":
12     unittest.main()