Easy way to run Authentic2 tests inside a pre-built docker image
236
Enter tests environment:
cd ~/path/to/authentic.git
docker run -it --rm -v "$(pwd):/src" -w /src brenard/authentic2-tests
Run all tests:
tox -e py3-stable-backports
Run only LDAP tests:
tox -e py3-stable-backports -- -vvv tests/test_ldap.py
Run only one specific test:
tox -e py3-stable-backports -- -vvv tests/test_ldap.py::test_user_change_password_in_history
Souces: https://git.easter-eggs.org/brenard/docker-authentic2-tests
Content type
Image
Digest
sha256:d3ff8867d…
Size
968.8 MB
Last updated
about 2 years ago
docker pull brenard/authentic2-tests