8e08daf320c5066c15a3db0e555faf2ef9cd6b29
[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
10 if __name__ == "__main__":
11     unittest.main()