summaryrefslogtreecommitdiffstats
path: root/python/tests/tests.py
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-08-07 15:30:26 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-08-07 15:30:26 +0000
commit7b3ba37dac818030712754bb20a5674210c7cfb8 (patch)
tree25d150e867d1bbdef7f54ffd5e54b064a6130ceb /python/tests/tests.py
parentf475a5388810dbdefabbdb301b085d8c82313866 (diff)
downloadlasso-7b3ba37dac818030712754bb20a5674210c7cfb8.tar.gz
lasso-7b3ba37dac818030712754bb20a5674210c7cfb8.tar.xz
lasso-7b3ba37dac818030712754bb20a5674210c7cfb8.zip
new tests; lasso needs some error checking
Diffstat (limited to 'python/tests/tests.py')
-rwxr-xr-xpython/tests/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tests/tests.py b/python/tests/tests.py
index ad7001fe..d7f2b99e 100755
--- a/python/tests/tests.py
+++ b/python/tests/tests.py
@@ -39,6 +39,7 @@ sys.path.insert(0, '../.libs')
testSuites = (
'login_tests',
+ 'errorchecking_tests',
)
if "--xml" in sys.argv: