[pytest] testpaths = . python_files = test_*.py python_classes = Test* python_functions = test_* addopts = -ra --strict-markers --tb=short markers = slow: tests that take more than 1 second network: tests that hit the network (skipped by default)