Cleaned up old reflex files/legacy code etc
This commit is contained in:
+2
-2
@@ -26,7 +26,7 @@ test = [
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
pythonpath = ["src"]
|
||||
pythonpath = ["."]
|
||||
testpaths = ["tests"]
|
||||
python_files = ["test_*.py"]
|
||||
python_classes = ["Test*"]
|
||||
@@ -43,7 +43,7 @@ markers = [
|
||||
]
|
||||
|
||||
[tool.coverage.run]
|
||||
source = ["src/core", "src/data_processing", "src/analysis", "src/visualization"]
|
||||
source = ["core", "data_processing", "analysis", "visualization"]
|
||||
branch = true
|
||||
omit = [
|
||||
"*/tests/*",
|
||||
|
||||
Reference in New Issue
Block a user