swh:1:snp:68efb3baf28256c952b30ae9ecf5cb4fac86eafb
Raw File
Tip revision: 6b29202be64b68a971b51d28af668b7d67ed6f5c authored by mvdbeek on 02 November 2021, 11:08:02 UTC
Update version to 21.09.
Tip revision: 6b29202
pytest.ini
[pytest]
addopts = --doctest-continue-on-failure
log_level = DEBUG
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