checked in test cases
[sfa.git] / tests / testAll.py
diff --git a/tests/testAll.py b/tests/testAll.py
new file mode 100644 (file)
index 0000000..c4ac99f
--- /dev/null
@@ -0,0 +1,9 @@
+from testRights import *
+from testCert import *
+from testGid import *
+from testCred import *
+from testKeypair import *
+#from testRecord import *
+
+if __name__ == "__main__":
+    unittest.main()