"""TODO Delete me after adding code.""" from {{ cookiecutter.library_name.replace('-', '_') }} import hello def test_hello() -> None: """Test hello.""" actual = hello() assert actual == "hello world"