2021-03-23 21:25:45 +01:00
2021-03-23 21:25:45 +01:00
2021-03-23 21:25:45 +01:00
2021-03-23 21:25:45 +01:00
2021-03-23 21:25:45 +01:00
2021-03-23 21:25:45 +01:00
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
Description
No description provided
Readme 28 KiB
Languages
Python 87.8%
Dockerfile 7.8%
Smarty 2.8%
Shell 1.6%