generated from coulomb/repo-seed
Overview shows workstreams by repo now and allows drilldown
This commit is contained in:
@@ -133,6 +133,11 @@ class TestWorkstreams:
|
||||
assert r.status_code == 200
|
||||
assert len(r.json()) == 1
|
||||
|
||||
async def test_workplan_index_route(self, client):
|
||||
r = await client.get("/workstreams/workplan-index")
|
||||
assert r.status_code == 200
|
||||
assert "workstreams" in r.json()
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Task tests
|
||||
|
||||
Reference in New Issue
Block a user