]> git.netwichtig.de Git - user/henk/code/python/learn_python.git/blobdiff - 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
diff --git a/tests/test_hello/test_hello.py b/tests/test_hello/test_hello.py
new file mode 100644 (file)
index 0000000..cd9cfa1
--- /dev/null
@@ -0,0 +1,5 @@
+import hello
+
+
+def test_greet():
+    assert hello.greet('world') == 'Hello world'