|
6 ماه پیش | |
---|---|---|
.. | ||
Dockerfile_base_test_image | 3 سال پیش | |
Dockerfile_code_coverage | 3 سال پیش | |
Dockerfile_pre_test | 3 سال پیش | |
Dockerfile_test | 6 ماه پیش | |
README.md | 3 سال پیش | |
run_local_tests.sh | 3 سال پیش |
This part is used to test whole package before pushing it
Just run in the folder:
bash run_local_tests.sh
. If nothing fails, then you can push your code to the repo.
or run:
bash run_local_tests.sh --with-full-docker-cleanup
for cleaning up images as well
Dockerfile_pre_test
will build the base image for the tests to be run intoDockerfile_test
will run the actual tests based on 1.run_local_tests.sh
to wrap this upThe task requires some amount of CPU work and disk space (5GB per tests). Some clean up is included in the script.