RoyAalekh commited on
Commit
77f6ef6
·
1 Parent(s): b326fee

fixing pyporject for streamlit cloud deployment

Browse files
Files changed (1) hide show
  1. 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: Integrat
 
 
 
 
 
 
 
 
 
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
+ ]