tests package

Subpackages

Submodules

tests.conftest module

root conftest.py file for configuration of all tests

add the ability to mark tests with @pytest.mark.slow (by default will be skipped except if –runslow cli option is given) see: https://docs.pytest.org/en/latest/example/simple.html#control-skipping-of-tests-according-to-command-line-option

tests.conftest.pytest_addoption(parser)[source]
tests.conftest.pytest_collection_modifyitems(config, items)[source]
tests.conftest.pytest_configure(config)[source]

Module contents