[conduit: 35/138] Run all tests



commit 24c2aa05ba7b2372ebbbe3db56b551c036a5daaa
Author: John Carr <john carr unrouted co uk>
Date:   Wed Apr 29 06:26:26 2009 -0700

    Run all tests
---
 test/soup/run-tests.sh |    3 ++-
 test/soup/run.py       |    9 +++++++++
 2 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/test/soup/run-tests.sh b/test/soup/run-tests.sh
index 1ddbc34..2ec45f1 100755
--- a/test/soup/run-tests.sh
+++ b/test/soup/run-tests.sh
@@ -1,3 +1,4 @@
 #! /bin/sh
 export TEST_DIRECTORY=tmp
-PYTHONPATH=.. python test_dataprovider.py
+export PYTHONPATH=..
+python run.py
diff --git a/test/soup/run.py b/test/soup/run.py
new file mode 100644
index 0000000..dc7bcd7
--- /dev/null
+++ b/test/soup/run.py
@@ -0,0 +1,9 @@
+
+import soup
+from test_datatypes import *
+from test_dataprovider import *
+from test_synchronization import *
+
+if __name__ == "__main__":
+    import unittest
+    unittest.main()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]