Add instructions to set up integration testing to contributor docs (#135)
* Add instructions to set up integration testing w/ neo4j * Clarify integration env docs
This commit is contained in:
parent
a1d871e179
commit
02ff178769
1 changed files with 9 additions and 0 deletions
|
|
@ -17,6 +17,15 @@ We're excited you're interested in contributing to Graphiti! This document outli
|
|||
```
|
||||
make install
|
||||
```
|
||||
- To run integration tests, set the appropriate environment variables
|
||||
```
|
||||
export TEST_OPENAI_API_KEY=...
|
||||
export TEST_OPENAI_MODEL=...
|
||||
|
||||
export NEO4J_URI=neo4j://...
|
||||
export NEO4J_USER=...
|
||||
export NEO4J_PASSWORD=...
|
||||
```
|
||||
|
||||
## Making Changes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue