Skip to content

🐍The FizzBuzz kata, test-driven and written in Python.

Notifications You must be signed in to change notification settings

nikimanoledaki/fizzbuzz_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz in Python

Description

The FizzBuzz kata, written and test-driven in Python. I learned Python independently as a week-end project.

I was inspired to learn how to write tests using pytest for Python after I came across this article from the Code Like a Girl blog.

Getting started

Ensure that you have pytest installed:

$ pip install pytest

Then, clone this repo:

$ git clone https://github.com/nikimanoledaki/fizzbuzz_python.git

Run the tests

Then run the test for this project by running pytest.

$ pytest

About

🐍The FizzBuzz kata, test-driven and written in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages