https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 299a8c1b54bd40d7b613c2b520eb7c60123bfe81 authored by John Chilton on 20 November 2019, 12:54:44 UTC
Update version to 19.09
Tip revision: 299a8c1
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