https://github.com/galaxyproject/galaxy
Raw File
Tip revision: d48c4a467853a92175a49e1ce8b1cdaf75c3af1d authored by Nicola Soranzo on 02 November 2022, 14:48:21 UTC
Merge pull request #14900 from nsoranzo/release_19.05_backport_14882
Tip revision: d48c4a4
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