https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 06b93530a3c35b250ca6bd78df2ca96175b1d6e3 authored by John Chilton on 04 July 2020, 14:20:12 UTC
Version 20.5.0 of selenium (tag galaxy-selenium-20.5.0).
Tip revision: 06b9353
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