Skip to content

Commit

Permalink
Sandbox: Document how to invoke software tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 14, 2024
1 parent 92c699e commit 009e5aa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ Other fragments have been derived from [langchain-datastax], [langchain-mongodb]
and [langchain-postgres].


## Tests
Run all tests.
```shell
make test
make integration_test
```
Run tests selectively.
```shell
pytest -vvv -k standard
```
```shell
pytest -vvv -k cratedb
```


[How to implement an integration package]: https://python.langchain.com/docs/contributing/how_to/integrations/package/
[langchain-datastax]: https://github.com/langchain-ai/langchain-datastax
[langchain-mongodb]: https://github.com/langchain-ai/langchain-mongodb
Expand Down

0 comments on commit 009e5aa

Please sign in to comment.