brighter-trading/pytest.ini

11 lines
345 B
INI

[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short
markers =
live_testnet: marks tests as requiring live testnet API keys (deselect with '-m "not live_testnet"')
live_integration: marks tests as live integration tests (deselect with '-m "not live_integration"')