palindrome-django/README.md
2021-03-23 21:25:45 +01:00

366 B

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