modern-python-mwe/tests/test_template.py

8 lines
188 B
Python

import template
def test_template():
# assert that the call to the function succeeds (but since it's just a
# print, it returns None)
assert template.__main__.main() is None