index
:
user/henk/code/python/learn_python.git
main
wip/adding_first_tests
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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'