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)