This adds a test.sh script for running the tests without docker, and a webcompat-etl script to run locally.
requirements.txt isn't removed in order to avoid needing to also change the Docker image.
Checklist for reviewer:
[ ] Commits should reference a bug or github issue, if relevant (if a bug is
referenced, the pull request should include the bug number in the title)
[ ] Scan the PR and verify that no changes (particularly to
.circleci/config.yml) will cause environment variables (particularly
credentials) to be exposed in test logs
[ ] Ensure the container image will be using permissions granted to
telemetry-airflow
responsibly.
This adds a
test.sh
script for running the tests without docker, and awebcompat-etl
script to run locally.requirements.txt
isn't removed in order to avoid needing to also change the Docker image.Checklist for reviewer:
.circleci/config.yml
) will cause environment variables (particularly credentials) to be exposed in test logs