https://github.com/galaxyproject/galaxy
Raw File
Tip revision: a3e2698bd64066fa4a40d91765424da04327b76f authored by John Chilton on 19 March 2021, 18:21:21 UTC
Version 21.1.0 of containers (tag galaxy-containers-21.1.0).
Tip revision: a3e2698
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