Revision 7890be518c6c6117053cc9ba6e4803aefbdbd419 authored by John Chilton on 14 January 2020, 04:03:48 UTC, committed by John Chilton on 14 January 2020, 04:03:48 UTC
1 parent 13fbcbe
Raw File
pytest.ini
[pytest]
addopts = --doctest-continue-on-failure
log_level = DEBUG
python_classes =
python_paths = lib
markers =
  data_manager: marks test as a data_manager test
  tool: marks test as a tool test
back to top