https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 3ce0312a0a83dffaeccccb11a6e6ed5243f555ef authored by mvdbeek on 10 June 2021, 19:23:20 UTC
Update version to 21.05.
Tip revision: 3ce0312
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
  gtn_screenshot: marks test as a screenshot producer for galaxy training network
  local: mark indicates, that it's sufficient to run test locally to get relevant artifacts (e.g. screenshots)
  external: mark indicates, that test has to be run against external production server to get relevant artifacts (e.g. screenshots)
back to top