Go to file
2021-03-23 21:25:45 +01:00
nginx Initial commit 2021-03-23 21:25:45 +01:00
web Initial commit 2021-03-23 21:25:45 +01:00
.gitignore Initial commit 2021-03-23 21:25:45 +01:00
docker-compose.yml Initial commit 2021-03-23 21:25:45 +01:00
live.env.tpl Initial commit 2021-03-23 21:25:45 +01:00
README.md Initial commit 2021-03-23 21:25:45 +01:00

Start the app

Start the django application with docker-compose --env-file live.env up.

Run the functional_tests.py

  1. Set up a python venv with Selenium
  2. Run the tests with python functional_tests.py

Run the django tests

  1. Access the running web container with docker exec -it palindrome-web /bin/bash
  2. Run the tests with python manage.py test