We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445b04f commit 73c6b3aCopy full SHA for 73c6b3a
tests/test_hello.py
@@ -2,3 +2,6 @@
2
3
def test_say_hello():
4
assert hello.say_hello() == "Hello"
5
+
6
+def test_new_hello():
7
+ assert hello.new_hello() == "New Hello"
0 commit comments