Repository: chinnno15/erp Milestone: CRM MVP
| # | Issue | Labels |
|---|---|---|
| #18 | FastAPI router structure, error handling, Prisma integration | infrastructure, backend |
Repository: chinnno15/erp Milestone: CRM MVP
| # | Issue | Labels |
|---|---|---|
| #18 | FastAPI router structure, error handling, Prisma integration | infrastructure, backend |
| TESTS = [ | |
| {"name": "T1", "duration": 30, "priority": "High", "flakiness": 0.1}, | |
| {"name": "T2", "duration": 40, "priority": "Medium", "flakiness": 0.7}, | |
| {"name": "T3", "duration": 20, "priority": "High", "flakiness": 0.05}, | |
| {"name": "T4", "duration": 15, "priority": "Low", "flakiness": 0} | |
| ] | |
| def test_schedule(tests): | |
| for test in tests: | |
| # expected number of runs |