Skip to content

Commit e06071d

Browse files
committed
tell pytest to only look for tests in the test directory
1 parent f949e0e commit e06071d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def initialize_options(self):
6969

7070
def run_tests(self):
7171
unit_test_errno = subprocess.call(
72-
'pytest ' + self.pytest_args,
72+
'pytest test/ ' + self.pytest_args,
7373
shell=True
7474
)
7575
cli_errno = subprocess.call(

0 commit comments

Comments
 (0)