nginx | ||
web | ||
.gitignore | ||
docker-compose.yml | ||
live.env.tpl | ||
README.md |
Start the app
Start the django application with docker-compose --env-file live.env up
.
Run the functional_tests.py
- Set up a python venv with Selenium
- Run the tests with
python functional_tests.py
Run the django tests
- Access the running web container with
docker exec -it palindrome-web /bin/bash
- Run the tests with
python manage.py test