November 30th Testing Workshop for Tampa Bay Python Meetup
- An interactive project to show the merits of testing and the tools used to implement testing in Python.
- Download repo run the command: In your own virtual environment:
pip install -r requirements.txt
- This is made to interactively move across the tagged releases for ease
- Easily checkout between releases via:
git checkout a1
- There are some test for specific releases to verify functionality of the project and examples using Pytest, Selenium, and Mocks/Patches.