Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 83d27fb

Browse files
committed
Fix Issue 8
#8 Add missing `tests/` to pytest command, as reported by https://github.com/elit8888
1 parent db57d5e commit 83d27fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/00_empty_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ def test_empty():
33
PyTest tests are callables whose names start with "test"
44
(by default)
55
6-
It looks for them in modules whose name contains "test"
6+
It looks for them in modules whose name starts with "test_" or ends with "_test"
77
(by default)
88
"""
99
pass

0 commit comments

Comments
 (0)