We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c3b320 + 6026cef commit b92791bCopy full SHA for b92791b
tests/test_hello_world.py
@@ -4,8 +4,8 @@
4
from src.rda_python_template.hello_world import get_string
5
6
def test_get_string():
7
- assert get_string('Bob') == 'Bob: Hello World!'
+ assert get_string('Bob') == 'Bob: Hello World!'
8
9
def test_raises_exception_on_non_string_arguments():
10
- with pytest.raises(TypeError):
11
- get_string(9)
+ with pytest.raises(TypeError):
+ get_string(9)
0 commit comments