diff options
author | 2013-06-29 19:32:06 +0200 | |
---|---|---|
committer | 2013-06-29 19:32:06 +0200 | |
commit | facb379f3b6cdc5423f8400d756822f5f7890e2c (patch) | |
tree | 55e23c03ffdc71206fb9c50be485bd9d34dc9633 /pavement.py | |
parent | fixed capitalization of dependency (diff) | |
download | pyload-facb379f3b6cdc5423f8400d756822f5f7890e2c.tar.xz |
updated test suite
Diffstat (limited to 'pavement.py')
-rw-r--r-- | pavement.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py index 17cd4594c..459f7c728 100644 --- a/pavement.py +++ b/pavement.py @@ -153,8 +153,10 @@ def generate_locale(): @task def tests(): - """ Run nosetests """ + """ Run complete test suite """ + call(["tests/run_pyload.sh"]) call(["tests/nosetests.sh"]) + call(["tests/quit_pyload.sh"]) @task |