Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 234 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 234 Bytes

FizzBuzz in Python

I used pytest to test-drive FizzBuzz in a new-to-me language.

Running the tests:

  • After cloning this repo, on your command-line type pip install pytest to install pytest
  • Use pytest to run the tests