c4ac99f8082605888651427f5762fcd0e3e2392c
[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 testRecord import *
7
8 if __name__ == "__main__":
9     unittest.main()