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.txtto fetch dependencies - Run
pytestto start the test runner