https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 13fbcbee5eff95db03363c30ae5de8e5fa5a2be6 authored by John Chilton on 14 January 2020, 03:55:16 UTC
Update tool-util requirements (now depends a new galaxy-util).
Tip revision: 13fbcbe
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