mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
8de6df4d3b
Fix the tests Fix the tests
553 B
553 B
Running tests
NOTE: Tests will create __pycache__
folders which will be owned by root, which might be issue during rebuild
thus (e.g. invalid tar headers message) when such situation occurs, you need to remove those folders as root
- Build images
docker-compose -f docker-compose-test.yml build
- Run tests
docker-compose -f docker-compose-test.yml up
- To teardown the test environment
docker-compose -f docker-compose-test.yml down
docker-compose -f docker-compose-test.yml rm