A ready-to-go repo for job interviews that has:
- Python
- pytest
- black
- an example source file + test
- Clone this repo to your computer
- Run
python -m venv .venv
- Run
source .venv/bin/activate
(or your platform's equivalent) - Run
pip install -r requirements.txt
to fetch dependencies - Run
pytest
to start the test runner