From 86ab6c15a1a881fc58fa97892818869ad22cd614 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Fri, 14 Feb 2014 19:25:05 +0100 Subject: Use py.test for test discovery --- runtests.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/runtests.sh b/runtests.sh index fb909b7..a8656e4 100755 --- a/runtests.sh +++ b/runtests.sh @@ -19,8 +19,4 @@ . setup-env.sh -cnucnu/tests/aliases_test.py -cnucnu/tests/config_test.py -cnucnu/tests/helper_test.py -cnucnu/tests/mail_test.py -cnucnu/tests/package_list_test.py +py.test -- cgit