Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 442 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 442 Bytes

python-interview

A ready-to-go repo for job interviews that has:

  • Python
  • pytest
  • black
  • an example source file + test

Getting started

  • 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