git://git.onelab.eu
/
sfa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added SFA document
[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()