mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 08:03:39 +00:00
cli[patch]: add integration tests to default makefile (#16479)
This commit is contained in:
parent
51c8ef6af4
commit
afb25eeec4
@ -6,7 +6,9 @@ all: help
|
|||||||
# Define a variable for the test file path.
|
# Define a variable for the test file path.
|
||||||
TEST_FILE ?= tests/unit_tests/
|
TEST_FILE ?= tests/unit_tests/
|
||||||
|
|
||||||
test:
|
integration_tests: TEST_FILE = tests/integration_tests/
|
||||||
|
|
||||||
|
test integration_tests:
|
||||||
poetry run pytest $(TEST_FILE)
|
poetry run pytest $(TEST_FILE)
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
|
Loading…
Reference in New Issue
Block a user