https://github.com/galaxyproject/galaxy
Raw File
Tip revision: f5b0d2b10961c7ed4248002394267e6b0ecb942e authored by John Chilton on 15 October 2020, 15:55:51 UTC
Version 20.9.0 of objectstore (tag galaxy-objectstore-20.9.0).
Tip revision: f5b0d2b
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