As we have only one day for this miscellaneous topic, watching the videos should suffice.
In this lesson we will test PyBites My Reading List Django app.
If you want to follow along with my code, create a PyBites Books account and set your username and password in an .env
file:
$ cp .env-template .env
# Open the .env file and fill out USERNAME and PASSWORD with your new PyBites Books credentials.
These two env variables get loaded in by the script.
The starter code can be found in the start subdirectory, the final code is here.
If you have time to practice, or if you want to bookmark a code challenge for future reference, check out: PCC32 - Test a Simple Django App With Selenium.
Keep calm and code in Python!