diff --git a/func.py b/func.py index 3c814e9..8449e52 100644 --- a/func.py +++ b/func.py @@ -10,3 +10,7 @@ def untested(): def more_untested(): return "hello world" + +def even_more_untested(): + return "another line" +