Skip to content

Commit c133171

Browse files
author
Lukas Reithmeier
committed
cleanup
1 parent 0f250e9 commit c133171

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/hello_world/hello_world.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
"""
24
Hello World class
35
"""

tests/__init__.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/test_hello_world.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def test_world():
1010
hw = HelloWorld()
1111

1212
# when
13-
res = hw.hello(" ")
13+
res = hw.world(" ")
1414

1515
# then
1616
assert res == "Hello World"

0 commit comments

Comments
 (0)