forked from darshanDevrai/brahmand
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpytest.ini
More file actions
26 lines (22 loc) · 778 Bytes
/
pytest.ini
File metadata and controls
26 lines (22 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[pytest]
# Pytest configuration for ClickGraph integration tests
markers =
edge_constraints: Edge constraint tests across all schema patterns (lineage, social, filesystem, denormalized, polymorphic)
slow: Tests that take longer than 5 seconds to execute
requires_ldbc: Tests that require LDBC SNB dataset loaded
vlp: Variable-length path tests
performance: Performance benchmark tests
integration: Integration test marker
matrix: Schema matrix parametrized tests
# Test discovery patterns
python_files = test_*.py
python_classes = Test*
python_functions = test_*
# Output options
addopts =
--tb=short
--strict-markers
--maxfail=20
-p no:cacheprovider
# Test paths
testpaths = tests/integration tests/unit tests/sql_generation