Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.17 KB

File metadata and controls

44 lines (31 loc) · 1.17 KB

Summary

Changes

Test plan

  • uv run pytest tests/ --ignore=tests/integration -q — unit
  • uv run ruff check . — lint
  • uv run mypy kalshi/ — type-check
  • If touching live endpoints: uv run pytest tests/integration/ against demo
  • If adding a new endpoint: registered in tests/_contract_support.py::METHOD_ENDPOINT_MAP

Notes for reviewers

Issue links

Closes #