summaryrefslogtreecommitdiffstats
path: root/pavement.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-29 19:32:06 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-29 19:32:06 +0200
commitfacb379f3b6cdc5423f8400d756822f5f7890e2c (patch)
tree55e23c03ffdc71206fb9c50be485bd9d34dc9633 /pavement.py
parentfixed capitalization of dependency (diff)
downloadpyload-facb379f3b6cdc5423f8400d756822f5f7890e2c.tar.xz
updated test suite
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py4
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