Open travishathaway opened 1 year ago
This is one testing scenario that I believe needs to be covered in this repository:
This is the test repodata server that is currently used by the mamba project:
It could be helpful for setting up integration testing for this project.
This could be a nice resource to use once we are ready to test anything related to OAuth2/OpenID:
What is the idea?
We need to be able to run integration testing in our test suite for the authentication schemes we want to support.
Why is this needed?
In order to properly test these authentication schemes, it makes sense to have an integration testing system in place (or at least a strategy for how we intend to do this type of testing).
What should happen?
docker-compose.yml
file)Additional Context
To accomplish this, we will most likely take advantage of GitHub Action's "service containers". More information about those can be found here:
https://docs.github.com/en/actions/using-containerized-services/about-service-containers