mirror of
https://github.com/hwchase17/langchain.git
synced 2025-04-28 11:55:21 +00:00
make
This commit is contained in:
parent
3ec93c2817
commit
7bf54636ff
@ -12,6 +12,9 @@ integration_test integration_tests: TEST_FILE = tests/integration_tests/
|
|||||||
test tests:
|
test tests:
|
||||||
poetry run pytest --disable-socket --allow-unix-socket $(TEST_FILE)
|
poetry run pytest --disable-socket --allow-unix-socket $(TEST_FILE)
|
||||||
|
|
||||||
|
test_watch:
|
||||||
|
poetry run ptw --snapshot-update --now . -- -vv $(TEST_FILE)
|
||||||
|
|
||||||
# integration tests are run without the --disable-socket flag to allow network calls
|
# integration tests are run without the --disable-socket flag to allow network calls
|
||||||
integration_test integration_tests:
|
integration_test integration_tests:
|
||||||
poetry run pytest $(TEST_FILE)
|
poetry run pytest $(TEST_FILE)
|
||||||
|
Loading…
Reference in New Issue
Block a user