Skip to content

Commit

Permalink
[BUG]: Emergency Fix Integration Tests (chroma-core#1210)
Browse files Browse the repository at this point in the history
## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
- An issue was introduced in the integration tests where Python testing
with `pytest` was commented out (bug introduced with chroma-core#1114)

## Test plan
*How are these changes tested?*

- [x] Tests pass locally with `pytest` for python

## Documentation Changes
N/A
  • Loading branch information
tazarov authored Oct 6, 2023
1 parent fc4c8b5 commit e3a60a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/integration-test
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ export CHROMA_INTEGRATION_TEST_ONLY=1
export CHROMA_API_IMPL=chromadb.api.fastapi.FastAPI
export CHROMA_SERVER_HOST=localhost
export CHROMA_SERVER_HTTP_PORT=8000
#
#echo testing: python -m pytest "$@"
#python -m pytest "$@"

echo testing: python -m pytest "$@"
python -m pytest "$@"

cd clients/js
yarn
Expand Down

0 comments on commit e3a60a9

Please sign in to comment.