Overview shows workstreams by repo now and allows drilldown
This commit is contained in:
parent
e521f267ca
commit
e0f6a3b7a9
5 changed files with 260 additions and 43 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue