1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 03:30:19 +01:00
Files
coach/rl_coach/tests/pytest.ini
2018-10-23 16:51:48 -04:00

8 lines
256 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
filterwarnings =
ignore::DeprecationWarning