-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
16 lines (16 loc) · 808 Bytes
/
pytest.ini
File metadata and controls
16 lines (16 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[pytest]
markers =
unit: Unit tests for individual components
integration: Tests for reactive system interactions
store: Tests related to Store functionality
observable: Tests for Observable behavior
operators: Tests for reactive operators
reactive: Tests for reactive decorator functionality
memory: Tests that verify memory cleanup and leak prevention
performance: Tests for performance characteristics
edge_case: Tests for boundary conditions and error paths
topological: Tests for topological ordering and dependency resolution
optimizer: Tests for optimizer functionality
subscription: Tests for subscription and notification behavior
computed: Tests for computed observables
addopts = -q --cov=fynx --cov-config=.coveragerc --cov-report=term-missing