react-agent icon indicating copy to clipboard operation
react-agent copied to clipboard

fix: Add missing pytest package for testing

Open HassenIO opened this issue 10 months ago • 0 comments

When starting the project, running make test will fail because the pytest package is missing.

To add this package into the project, we run uv add --dev pytest which will add the package within the dev dependencies of pyproject.toml, and updates the uv.lock accordingly.

HassenIO avatar Jan 23 '25 06:01 HassenIO