We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b4289 commit 4846668Copy full SHA for 4846668
1 file changed
test_main.py
@@ -4,11 +4,3 @@
4
5
def test_greet_world():
6
assert greet("World") == "Hello, World!"
7
-
8
9
-def test_greet_name():
10
- assert greet("Alice") == "Hello, Alice!"
11
12
13
-def test_greet_empty_string():
14
- assert greet("") == "Hello, !"
0 commit comments