[pytest] testpaths = . python_files = test_*.py python_classes = Test* python_functions = test_* asyncio_mode = auto asyncio_default_fixture_loop_scope = session markers = oracle: Tests that require Oracle database connection slow: Tests that take longer than 5 seconds cache: Tests for cache system filterwarnings = ignore::DeprecationWarning ignore::PendingDeprecationWarning # Default: run all tests # Skip slow: pytest -m "not slow" # Only Oracle: pytest -m oracle