|
hai 6 meses | |
---|---|---|
.. | ||
Dockerfile_base_test_image | %!s(int64=3) %!d(string=hai) anos | |
Dockerfile_code_coverage | %!s(int64=3) %!d(string=hai) anos | |
Dockerfile_pre_test | %!s(int64=3) %!d(string=hai) anos | |
Dockerfile_test | hai 6 meses | |
README.md | %!s(int64=3) %!d(string=hai) anos | |
run_local_tests.sh | %!s(int64=3) %!d(string=hai) anos |
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.