Personal learning reference for pytest.
This repository was created while following the freeCodeCamp.org video course Pytest Tutorial - How to Test Python Code and adapting the examples to a VS Code workflow.
Course reference: https://youtu.be/cHYq1MRoyI0
The course uses PyCharm, but this repository uses VS Code, a local Python virtual environment, requirements.txt, and the VS Code pytest test runner.
| Document | Purpose |
|---|---|
docs/first-time-setup.md |
First-time setup notes covering the virtual environment, pytest installation, requirements.txt, and ignored local files |
docs/running-tests.md |
Notes on running pytest from the command line and through the VS Code Testing sidebar |
This is a learning repository, not a production test framework.
The aim is to build a practical pytest reference that can be reused when adding tests to future Python and data engineering projects.