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