Files
template-workflow-document-…/tests/test_placeholder.py
T

13 lines
245 B
Python

"""Placeholder test file.
Replace this with actual tests for your project.
"""
def test_placeholder() -> None:
"""Placeholder test that always passes.
Remove this test once you add real tests to your project.
"""
assert True