初始化

This commit is contained in:
2025-11-15 07:42:57 +08:00
commit 19cc8a992e
18 changed files with 1004 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
[pytest]
testpaths = . # Run tests in the current directory
python_files = test_*.py # Run tests in files that start with "test_"
norecursedirs = .. # Don't run tests in the parent directory