Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 347 Bytes

testing.md

File metadata and controls

21 lines (10 loc) · 347 Bytes

Run e2e tests (docker setup required)

Login to docker shell

docker exec -it civiwiki-backend /bin/bash

Run tests

cd project && aloe .

Run unit tests (docker setup required)

Login to docker shell

docker exec -it civiwiki-backend /bin/bash

Run tests

cd project && python manage.py test