修改架构,增加可视化
This commit is contained in:
+3
-3
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user