From bd0dfb88fdf5714833466787fd73edaff9740a73 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Mar 2021 20:03:25 +0100 Subject: Merging upstream version 1.6.0. Signed-off-by: Daniel Baumann --- tasks.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tasks.py') diff --git a/tasks.py b/tasks.py index 5e68107..1cd4b69 100644 --- a/tasks.py +++ b/tasks.py @@ -83,7 +83,9 @@ class test(TestCommand): self.pytest_args = "" def run_tests(self): - unit_test_errno = subprocess.call("pytest " + self.pytest_args, shell=True) + unit_test_errno = subprocess.call( + "pytest tests " + self.pytest_args, shell=True + ) # cli_errno = subprocess.call('behave test/features', shell=True) # sys.exit(unit_test_errno or cli_errno) sys.exit(unit_test_errno) -- cgit v1.2.3