ci: add Dockerfile
This commit is contained in:
parent
72ee09b064
commit
65a56f2658
15 changed files with 382 additions and 70 deletions
|
|
@ -55,7 +55,7 @@ def repo_with_data(repo, group):
|
|||
@pytest.fixture()
|
||||
def config():
|
||||
return get_config(
|
||||
s3_bucket_name="foo", s3_secret_access_key="foo", s3_access_key_id="foo"
|
||||
s3_bucket_name="foo", s3_secret_access_key="testing", s3_access_key_id="testing", s3_region="us-east-1"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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