poetry-slam/src/poetry_slam/templates/default/test/test_${PACKAGE_NAME}.py

9 lines
167 B
Python
Raw Normal View History

2024-04-11 21:01:26 -07:00
import pytest
@pytest.mark.xfail
def test_tests_are_implemented():
import ${PACKAGE_NAME}
print("Yyou have not implemented any tests yet.")
assert False