diff --git a/tests/hello.py b/tests/hello.py new file mode 100644 index 0000000..5eb9313 --- /dev/null +++ b/tests/hello.py @@ -0,0 +1,2 @@ +def test_hello(): + assert "hello" == "hello"