From 10537b19753d252ee286610104bd835748b78707 Mon Sep 17 00:00:00 2001 From: Tomaso Ethan <62837924+Neonexus45@users.noreply.github.com> Date: Thu, 6 Feb 2025 12:29:54 +0100 Subject: [PATCH 1/2] good pr --- main.py | 2 ++ tests/tests.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 9b5706d..cf549d8 100644 --- a/main.py +++ b/main.py @@ -26,6 +26,8 @@ def main(): main function to test fizzbuzz :return: """ + + #good pr for i in range(1, 100): fizzbuzz(i) diff --git a/tests/tests.py b/tests/tests.py index 1686033..b5ee6f5 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -1,4 +1,4 @@ -# Test cases for fizzbuzz function +""" Test cases for fizzbuzz function """ import unittest from io import StringIO From 35917bbaa1faf571fd54912dcca4034fa9fbf41c Mon Sep 17 00:00:00 2001 From: Tomaso Ethan <62837924+Neonexus45@users.noreply.github.com> Date: Thu, 6 Feb 2025 12:38:36 +0100 Subject: [PATCH 2/2] good pr --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index cf549d8..25b6016 100644 --- a/main.py +++ b/main.py @@ -27,7 +27,7 @@ def main(): :return: """ - #good pr + #good pr ! for i in range(1, 100): fizzbuzz(i)