Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1015 Bytes

File metadata and controls

33 lines (24 loc) · 1015 Bytes

Updating code in gateway/

Prerequisites

  1. Python 3.13+
  2. pipx install uv

Running tests

uvx --with ruyaml pytest

To print stdout/stderr to the console when running pytest:

uvx --with ruyaml pytest -s