mirror of
https://github.com/run-llama/template-workflow-document-parsing.git
synced 2026-07-01 21:14:00 -04:00
13 lines
245 B
Python
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
|