mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
f0708488aa
Fix warnings like: ``` /home/travis/build/galaxyproject/galaxy/lib/galaxy/tools/verify/test_data.py:29: PytestWarning: cannot collect test class 'TestDataResolver' because it has a __init__ constructor class TestDataResolver(object): ``` appearing e.g. in https://travis-ci.org/galaxyproject/galaxy/jobs/428114139 . See pytest documentation: https://docs.pytest.org/en/latest/reference.html#confval-python_classes
9 lines
197 B
INI
9 lines
197 B
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
|