https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 29e4fc84660a53a407fa77f15142448e68a448af authored by John Chilton on 04 July 2020, 15:44:35 UTC
Version 20.5.0 of web-apps (tag galaxy-web-apps-20.5.0).
Tip revision: 29e4fc8
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