Ejemplo n.º 1
0
def test_print_fizzbuzz_given_range():
    instance = FizzBuzz()
    assert instance.print_fizzbuzz(4, 7) == "4, Buzz, Fizz, 7"