Skip to content

tests: add end-to-end testing #13

@beeb

Description

@beeb

Potentially using https://hub.docker.com/r/adobe/s3mock/

let shared_config = aws_config::from_env()
        .region(params.aws_region.region().await)
        .endpoint_url(endpoint_url) // use the local URL if testing
        .load()
        .await;

More reading material:

https://docs.rs/dockertest/latest/dockertest/

https://docs.rs/testcontainers/latest/testcontainers/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions