Skip to content

Commit

Permalink
cli[patch]: add integration tests to default makefile (#16479)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Jan 23, 2024
1 parent 51c8ef6 commit afb25ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libs/cli/langchain_cli/integration_template/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ all: help
# Define a variable for the test file path.
TEST_FILE ?= tests/unit_tests/

test:
integration_tests: TEST_FILE = tests/integration_tests/

test integration_tests:
poetry run pytest $(TEST_FILE)

tests:
Expand Down

0 comments on commit afb25ee

Please sign in to comment.