Spaces:
Sleeping
Sleeping
fixing pyporject for streamlit cloud deployment
Browse files- pyproject.toml +9 -1
pyproject.toml
CHANGED
|
@@ -68,4 +68,12 @@ testpaths = ["tests"]
|
|
| 68 |
addopts = "-v --tb=short"
|
| 69 |
markers = [
|
| 70 |
"unit: Unit tests",
|
| 71 |
-
"integration:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
addopts = "-v --tb=short"
|
| 69 |
markers = [
|
| 70 |
"unit: Unit tests",
|
| 71 |
+
"integration: Integration tests",
|
| 72 |
+
"fairness: Fairness validation tests",
|
| 73 |
+
"performance: Performance benchmark tests",
|
| 74 |
+
"rl: Reinforcement learning tests",
|
| 75 |
+
"simulation: Simulation engine tests",
|
| 76 |
+
"edge_case: Edge case and boundary condition tests",
|
| 77 |
+
"failure: Failure scenario tests",
|
| 78 |
+
"slow: Slow-running tests (>5 seconds)"
|
| 79 |
+
]
|