https://github.com/galaxyproject/galaxy
Raw File
Tip revision: a1d8b7d96b32ab83cebe513e889b6ef82f7c1dd6 authored by Dannon Baker on 26 October 2020, 13:39:05 UTC
Swap back to 'Tools' as the toolbox header
Tip revision: a1d8b7d
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