Sign inSign up

brenard/authentic2-tests

By brenard

Updated about 2 years ago

Easy way to run Authentic2 tests inside a pre-built docker image

Image
Integration & delivery
Developer tools
0

236

brenard/authentic2-tests repository overview

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

Tag summary

Content type

Image

Digest

sha256:d3ff8867d

Size

968.8 MB

Last updated

about 2 years ago

docker pull brenard/authentic2-tests