Running Tests
To run tests using uv and pytest, first ensure you have the development dependencies installed:
# Install all depsuv pip install -e .
Then, run the full test suite using:
uv run pytest
Or to run a specific test file:
uv run pytest tests/test_hcl_symbols.py