Pynash Meetup: Pytest Features This repo is the code examples used in the pynash talk of March 16, 2023. You can see the different code examples under the branches in this repo. Set Up in terminal, run: python -m venv .venv source .venv/bin/activate pip install -r requirements.txt