Skip to content
Snippets Groups Projects
Commit e68d9646 authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Add untested method

parent 47a46f91
Branches
No related tags found
1 merge request!16CWG-57: Add coverage in pipeline and badges to readmes
Pipeline #46433 passed with warnings
...@@ -4,3 +4,7 @@ ...@@ -4,3 +4,7 @@
def greeter(): def greeter():
"""Prints a nice message""" """Prints a nice message"""
print("Hello World!") print("Hello World!")
def untested():
""" This method is not tested """
print("Boo!")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment