| 123456789 |
- [tool.pytest.ini_options]
- DJANGO_SETTINGS_MODULE = "desktop.settings"
- addopts = "-v -m 'not integration' --strict-markers --durations=10"
- norecursedirs = "desktop/core/ext-py3"
- python_files = "tests.py test_*.py *_tests.py tests_* *_test.py"
- markers = [
- "integration: live server based tests",
- "requires_hadoop: live hadoop cluster based tests"
- ]
|