diff options
author | Frederic Peters <fpeters@entrouvert.com> | 2004-08-07 15:30:26 +0000 |
---|---|---|
committer | Frederic Peters <fpeters@entrouvert.com> | 2004-08-07 15:30:26 +0000 |
commit | 7b3ba37dac818030712754bb20a5674210c7cfb8 (patch) | |
tree | 25d150e867d1bbdef7f54ffd5e54b064a6130ceb /python/tests/tests.py | |
parent | f475a5388810dbdefabbdb301b085d8c82313866 (diff) | |
download | lasso-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-x | python/tests/tests.py | 1 |
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: |