Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build container image for testing #6

Open
rfc2119 opened this issue Jun 15, 2020 · 1 comment
Open

build container image for testing #6

rfc2119 opened this issue Jun 15, 2020 · 1 comment
Labels
enhancement New feature or request need-tests

Comments

@rfc2119
Copy link
Owner

rfc2119 commented Jun 15, 2020

As stated in #1 , testing should be done against the real server in action (that is, for services that can be self-hosted). A container image should be built containing the currently supported services and pushed to an image container registry.

@rfc2119 rfc2119 changed the title build image for testing build container image for testing Jun 15, 2020
@rfc2119 rfc2119 added enhancement New feature or request need-tests labels Jun 15, 2020
@m-242
Copy link
Collaborator

m-242 commented Jun 21, 2020

After discussion and advice asking, it has been determined that we should use two sort of tests, integration tests running only on PRs on master, and maybe dev, that work exactly as described in the issue's initial comment, and unit testing, that only compare forged requests with what they should look like, according to the file hosting service's API last time tests were updated. These should be much faster, and hence run on every push.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request need-tests
Projects
None yet
Development

No branches or pull requests

2 participants