palindrome-django/README.md

11 lines
366 B
Markdown
Raw Permalink Normal View History

2021-03-23 20:25:45 +00: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`