mrlyprod/pkgs/py/mrlypy/tests/test_hello.pyRaw · GitHub test_hello.py83 B · python · 5 lines 1from mrlypy import hello234def test_hello():5 assert hello() == "Hello, World!"