Skip to content

Commit ec64d55

Browse files
committed
Fix path to tests in runtests.py's info message
1 parent afd1d9a commit ec64d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runtests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
response = """
22
3-
Use: pipenv run pytest src/tests/
3+
Use: pipenv run pytest tests/
44
55
"""
66

0 commit comments

Comments
 (0)