修复了一些错误 更新了AI.md(给ai看的)

This commit is contained in:
Falck
2026-05-02 19:21:50 +08:00
parent 0783428f80
commit 70c531860b
240 changed files with 5626 additions and 10790 deletions

19
pytest.ini Normal file
View File

@@ -0,0 +1,19 @@
[tool:pytest]
testpaths = oss/tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts =
-v
--tb=short
--strict-markers
--disable-warnings
--color=yes
--durations=10
markers =
integration: Integration tests
slow: Slow running tests
plugin: Tests requiring plugin infrastructure
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning