poetry-slam/src/poetry_slam/templates/default/test/test_${PACKAGE_NAME}.py
2024-04-11 21:01:26 -07:00

9 lines
167 B
Python

import pytest
@pytest.mark.xfail
def test_tests_are_implemented():
import ${PACKAGE_NAME}
print("Yyou have not implemented any tests yet.")
assert False