]> git.netwichtig.de Git - user/henk/code/python/learn_python.git/blob - tests/test_hello/test_hello.py
move things to simple and correct place
[user/henk/code/python/learn_python.git] / tests / test_hello / test_hello.py
1 import hello
2
3
4 def test_greet():
5     assert hello.greet('world') == 'Hello world'