mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-16 04:58:01 +00:00
Remove pytest.ini as we now use Django test suite
This commit is contained in:
27
pytest.ini
27
pytest.ini
@@ -1,27 +0,0 @@
|
||||
[tool:pytest]
|
||||
# Pytest configuration for ivatar project
|
||||
|
||||
# Test discovery
|
||||
testpaths = ivatar
|
||||
python_files = test_*.py
|
||||
python_classes = Test*
|
||||
python_functions = test_*
|
||||
|
||||
# Markers for test categorization
|
||||
markers =
|
||||
bluesky: marks tests as requiring Bluesky API credentials (deselect with '-m "not bluesky"')
|
||||
slow: marks tests as slow (deselect with '-m "not slow"')
|
||||
integration: marks tests as integration tests
|
||||
unit: marks tests as unit tests
|
||||
opentelemetry: marks tests as requiring OpenTelemetry to be enabled
|
||||
no_opentelemetry: marks tests as requiring OpenTelemetry to be disabled
|
||||
|
||||
# Default options
|
||||
addopts =
|
||||
--strict-markers
|
||||
--strict-config
|
||||
--verbose
|
||||
--tb=short
|
||||
|
||||
# Minimum version
|
||||
minversion = 6.0
|
||||
Reference in New Issue
Block a user