1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 11:10:20 +01:00
Files
coach/rl_coach/tests/pytest.ini
Gal Novik 2697142d5a Release 1.0.0 (#382)
* Updating README
* Shortening test cycles
2019-07-24 16:10:58 +03:00

10 lines
285 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
norecursedirs =
*mxnet*