From 7bf54636ff75a8c1bc9899abc084927b36745126 Mon Sep 17 00:00:00 2001 From: Bagatur Date: Wed, 4 Sep 2024 10:24:42 -0700 Subject: [PATCH] make --- libs/cli/langchain_cli/integration_template/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/cli/langchain_cli/integration_template/Makefile b/libs/cli/langchain_cli/integration_template/Makefile index 81124d8c32a..b30039ace1f 100644 --- a/libs/cli/langchain_cli/integration_template/Makefile +++ b/libs/cli/langchain_cli/integration_template/Makefile @@ -12,6 +12,9 @@ integration_test integration_tests: TEST_FILE = tests/integration_tests/ test tests: 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_test integration_tests: poetry run pytest $(TEST_FILE)