mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-17 00:17:47 +00:00
add command to makefile
This commit is contained in:
parent
86879be2fe
commit
429ee7d035
@ -19,6 +19,9 @@ integration_test integration_tests:
|
|||||||
test_watch:
|
test_watch:
|
||||||
uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)
|
uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)
|
||||||
|
|
||||||
|
make benchmark:
|
||||||
|
uv run --group test pytest ./tests -m benchmark
|
||||||
|
|
||||||
|
|
||||||
######################
|
######################
|
||||||
# LINTING AND FORMATTING
|
# LINTING AND FORMATTING
|
||||||
|
@ -30,6 +30,10 @@ test_watch:
|
|||||||
uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)
|
uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)
|
||||||
|
|
||||||
|
|
||||||
|
make benchmark:
|
||||||
|
uv run --group test pytest ./tests -m benchmark
|
||||||
|
|
||||||
|
|
||||||
######################
|
######################
|
||||||
# LINTING AND FORMATTING
|
# LINTING AND FORMATTING
|
||||||
######################
|
######################
|
||||||
|
Loading…
Reference in New Issue
Block a user