From 0ab2bbaf30702088eef8ba7683c2dfc5fc6ce06f Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 3 Dec 2024 12:49:33 -0800 Subject: [PATCH] x --- libs/partners/anthropic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/partners/anthropic/Makefile b/libs/partners/anthropic/Makefile index 623e8eb40a0d1..256ab677b83de 100644 --- a/libs/partners/anthropic/Makefile +++ b/libs/partners/anthropic/Makefile @@ -8,7 +8,7 @@ TEST_FILE ?= tests/unit_tests/ integration_test integration_tests: TEST_FILE=tests/integration_tests/ test tests integration_test integration_tests: - poetry run pytest --timeout 10 $(TEST_FILE) + poetry run pytest -vvv --timeout 10 $(TEST_FILE) test_watch: poetry run ptw --snapshot-update --now . -- -vv $(TEST_FILE)