Adam Hupp 173f48095a Import upstream version 0.4.24 2 years ago
..
docker 173f48095a Import upstream version 0.4.24 2 years ago
testdata 49bf87e97f Import upstream version 0.4.20 3 years ago
README 49bf87e97f Import upstream version 0.4.20 3 years ago
__init__.py 44e931be1a Import upstream version 0.4.15 6 years ago
libmagic_test.py 173f48095a Import upstream version 0.4.24 2 years ago
run.py 49bf87e97f Import upstream version 0.4.20 3 years ago
test.py 173f48095a Import upstream version 0.4.24 2 years ago

README

To run the tests across a selection of Ubuntu LTS versions:

docker build -t "python_magic/xenial:latest" -f test/Dockerfile_xenial .
docker build -t "python_magic/bionic:latest" -f test/Dockerfile_bionic .
docker build -t "python_magic/focal:latest" -f test/Dockerfile_focal .

docker run python_magic/xenial:latest
docker run python_magic/bionic:latest
docker run python_magic/focal:latest