Skip to content

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Dec 15, 2023
1 parent 7b5f65e commit dd9fa3b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions libs/partners/mistralai/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ all: help

# Define a variable for the test file path.
TEST_FILE ?= tests/unit_tests/
INTEGRATION_TEST_FILE ?= tests/integration_tests/

test:
integration_test integration_tests: TEST_FILE=$(INTEGRATION_TEST_FILE)

test tests:
poetry run pytest $(TEST_FILE)

tests:
integration_test integration_tests:
poetry run pytest $(TEST_FILE)


Expand Down

0 comments on commit dd9fa3b

Please sign in to comment.