Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/tests/run-tests.py
diff options
context:
space:
mode:
authormike <michael.jmontcalm@gmail.com>2009-04-06 02:38:10 (GMT)
committer mike <michael.jmontcalm@gmail.com>2009-04-16 00:52:40 (GMT)
commit0cad6dc96afc2ebd4d03beb14ed01bc155dfa322 (patch)
treed86b51b031aa5da74d3d7935020e468fa6ab4919 /src/sugar/tutorius/tests/run-tests.py
parentaefa4024904ec92034d108d94768a388e8f1a9f6 (diff)
LP 348570 Core : Extending actions with the new properties, adding min /
max size to arrays
Diffstat (limited to 'src/sugar/tutorius/tests/run-tests.py')
-rwxr-xr-xsrc/sugar/tutorius/tests/run-tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sugar/tutorius/tests/run-tests.py b/src/sugar/tutorius/tests/run-tests.py
index 63a8de1..bf5a57e 100755
--- a/src/sugar/tutorius/tests/run-tests.py
+++ b/src/sugar/tutorius/tests/run-tests.py
@@ -69,5 +69,7 @@ if __name__=='__main__':
from linear_creatortests import *
from uamtests import *
from filterstests import *
+ from constraintstests import *
+ from propertiestests import *
unittest.main()