You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
rfc2119
changed the title
build image for testing
build container image for testing
Jun 15, 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.
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.
The text was updated successfully, but these errors were encountered: