microsoft / TypeChat

TypeChat is a library that makes it easy to build natural language interfaces using types.
https://microsoft.github.io/TypeChat/
MIT License
8.06k stars 379 forks source link

Create pytest compatible tests for existing tests. #186

Closed pcdeadeasy closed 4 months ago

pcdeadeasy commented 4 months ago

You can run the tests a couple of ways:

cd python/tests
pytest

or

cd python
hatch run test
pcdeadeasy commented 4 months ago

@DanielRosenwasser and @hillary-mutisya, could you review. With Daniel's last PR, we now have snapshot testing enabled. If tests change, the snapshots will need to be regenerated. (pytest --snapshot-update)