Skip to content

Running Tests

To run tests using uv and pytest, first ensure you have the development dependencies installed:

Terminal window
# Install all deps
uv pip install -e .

Then, run the full test suite using:

Terminal window
uv run pytest

Or to run a specific test file:

Terminal window
uv run pytest tests/test_hcl_symbols.py