[project] name = "mizan-afi-tests" version = "0.0.0" description = "AFI conformance tests — verifies mizan-django and mizan-fastapi emit equivalent schemas for the same registered functions." requires-python = ">=3.10" dependencies = [ "mizan-core", "mizan", "mizan-fastapi", "pytest>=8.0", ] [tool.uv.sources] mizan-core = { path = "../../cores/mizan-python", editable = true } mizan = { path = "../../backends/mizan-django", editable = true } mizan-fastapi = { path = "../../backends/mizan-fastapi", editable = true } [tool.pytest.ini_options] pythonpath = ["."] testpaths = ["."] python_classes = ["*Tests", "*Test", "Test*"] python_functions = ["test_*"]