chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:49:17 +08:00
commit 7243d5823b
2201 changed files with 257291 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[pytest]
python_files = test_*.py
python_classes = Test*
python_functions = test_*
markers =
integration: Integration tests that test multiple components together
unit: Unit tests for individual functions or classes