]> git.netwichtig.de Git - user/henk/code/python/learn_python.git/blob - tests/test_hello/test_hello.py
cd9cfa111f3894cab0c99adc1f720c2cb65b95ff
[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'