Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authormike <michael.jmontcalm@gmail.com>2009-10-06 18:58:54 (GMT)
committer mike <michael.jmontcalm@gmail.com>2009-10-06 18:58:54 (GMT)
commit762835ca504b2c1a4425e115742fc41dee1f3a1b (patch)
treed580f79dfd1ddcdc3f0271e92f9c84e8ec621371 /tests
parent30c560204da219cf40ef3e2344a68b9d015d4d41 (diff)
LP 444777 : Inserting StoreProxy tests in run-tests.py
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run-tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py
index 793db3a..beb05ab 100755
--- a/tests/run-tests.py
+++ b/tests/run-tests.py
@@ -41,6 +41,7 @@ if __name__=='__main__':
import propertiestests
import serializertests
import addontests
+ import storetests
suite = unittest.TestSuite()
suite.addTests(unittest.findTestCases(coretests))
suite.addTests(unittest.findTestCases(servicestests))
@@ -72,4 +73,5 @@ if __name__=='__main__':
from actiontests import *
from serializertests import *
from addontests import *
+ from storetests import *
unittest.main()