mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 19:50:17 +01:00
5 lines
207 B
INI
5 lines
207 B
INI
# content of pytest.ini
|
|
[pytest]
|
|
markers =
|
|
unit_test: short test that checks that a module is acting correctly
|
|
integration_test: long test that checks that the complete framework is running correctly |