Father's little helper for internal library digitalization workflows running on Linux-Systems. Use at own risk.
Create python environment and activate
# install via PyPi
python -m pip install digiflow
# run tests
python -m pip install -r tests/test_requirements.txt
python -m pytest
Execute tox
in a closed environment (and keep track of docker's socket connection):
#setup_tox.sh your-python-tox-image
docker build --tag <your-test-image> -f Dockerfile.tox .
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock <yout-test-image> tox
This project's source code is licensed under terms of the MIT license.
NOTE: This project depends on components that may use different license terms.