mirror of
https://github.com/pydantic/pydantic-ai-harness.git
synced 2026-07-21 02:45:34 +00:00
Set up pydantic-harness as a publishable Python package using hatchling, with CI (lint, test across Python 3.10-3.13) and automated PyPI releases on tag pushes via OIDC trusted publishing — mirroring pydantic-handlebars.
6 lines
93 B
Python
6 lines
93 B
Python
import pydantic_harness
|
|
|
|
|
|
def test_import():
|
|
assert pydantic_harness.__doc__ is not None
|