/tdd-kata-2

Software Craftsmanship TDD kata #2

Primary LanguagePythonThe UnlicenseUnlicense

Software Craftsmanship TDD kata #2

Problem: FizzBuzz

Problem was given split into three different features. Each at a time.

  • Feature 1: Basic Fizz Buzz Scoring
  • Feature 2: Playing FizzBuzz Variations
  • Feature 3: Creating Fizz Buzz Variations

Features specs can be found under the folder features.

Run the tests

Install the dependencies:

pip install -r requirements.txt

Run the tests:

python -m pytest

Authors

  • Josep Cugat
  • Marc Cerrato