ci: add Dockerfile
This commit is contained in:
parent
72ee09b064
commit
65a56f2658
15 changed files with 382 additions and 70 deletions
|
|
@ -46,6 +46,10 @@ async def test_get_participants(get_participants_service, group, config):
|
|||
)
|
||||
|
||||
|
||||
async def test_get_participants_returns_none(get_participants_service, group):
|
||||
assert not await get_participants_service.run(group.uuid)
|
||||
|
||||
|
||||
@pytest.mark.usefixtures("repo_with_data")
|
||||
async def test_get_pair(get_pair_service, group):
|
||||
assert group.pairs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue