Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 636 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 636 Bytes

KATA SKELETON DAN THE DEV - PYTHON VERSION

How to use the template

Create your own repository starting from the template here on GitHub - give a name meaningful for the Kata exercise. The only requirements on your computer are:

Then, clone it and simply run tests using the command make test from your terminal, in the root folder of the project.

From now on, you can start with the Kata. I suggest you refactor names at first: for example, for FizzBuzz kata, I renamed the Main.py to FizzBuzz.py and Main_test.py to FizzBuzz_test.