ci: add Dockerfile

This commit is contained in:
cătălin 2023-12-09 11:15:39 +01:00
commit 65a56f2658
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
15 changed files with 382 additions and 70 deletions

View file

@ -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"
)

View file

@ -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