Skip to content

Commit 9bca134

Browse files
authored
Update README.md
1 parent 01b0ffc commit 9bca134

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ All of the source code goes into the [src/\<project-name\>](src/squarer) directo
2525
## Tests (pytest/tox)
2626

2727
Testing is done with `pytest` and `tox`. All tests go into the [test](test/) directory. Pytest automatically finds all directories
28-
and modules as well as functions and classes within these starting with `test` (automatic test discovery).
28+
and modules as well as functions and classes within these matching `test_*.py`/`*_test.py` files, `Test*` classes, and `test_*`
29+
functions and methods (automatic test discovery).
2930

3031
The [conftest.py](test/conftest.py) file is sort of a setup file that can be used to create additional configurations/hooks
3132
([small example](https://github.com/tbmalt/tbmalt/blob/main/tests/conftest.py)) and setup code (fixtures) for all tests.

0 commit comments

Comments
 (0)