修改架构,增加可视化

This commit is contained in:
2026-07-23 13:07:49 +08:00
parent e7152727ce
commit f17aa7db8a
27 changed files with 1725 additions and 2278 deletions
+3 -3
View File
@@ -1,4 +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
testpaths = .
python_files = test_*.py
norecursedirs = __pycache__