summaryrefslogtreecommitdiff
path: root/tests/hello/test_hello.py
blob: cd9cfa111f3894cab0c99adc1f720c2cb65b95ff (plain)
1
2
3
4
5
import hello


def test_greet():
    assert hello.greet('world') == 'Hello world'