mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-17 16:39:52 +00:00
temporarily subset integration tests
This commit is contained in:
parent
be39842019
commit
82a7f11c32
@ -14,7 +14,7 @@ test tests:
|
|||||||
uv run --group test pytest -vvv --disable-socket --allow-unix-socket $(TEST_FILE)
|
uv run --group test pytest -vvv --disable-socket --allow-unix-socket $(TEST_FILE)
|
||||||
|
|
||||||
integration_test integration_tests:
|
integration_test integration_tests:
|
||||||
uv run --group test --group test_integration pytest -vvv --timeout 30 $(TEST_FILE)
|
uv run --group test --group test_integration pytest -vvv --timeout 30 $(TEST_FILE) -k test_stream_time
|
||||||
|
|
||||||
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)
|
||||||
|
@ -24,7 +24,8 @@ test tests:
|
|||||||
TIKTOKEN_CACHE_DIR=tiktoken_cache uv run --group test pytest --disable-socket --allow-unix-socket $(TEST_FILE)
|
TIKTOKEN_CACHE_DIR=tiktoken_cache uv run --group test pytest --disable-socket --allow-unix-socket $(TEST_FILE)
|
||||||
|
|
||||||
integration_test integration_tests:
|
integration_test integration_tests:
|
||||||
uv run --group test --group test_integration pytest -n auto $(TEST_FILE)
|
uv run --group test --group test_integration pytest -n auto $(TEST_FILE) -k test_stream_time
|
||||||
|
# uv run python -m pytest tests/integration_tests/chat_models/test_base_standard.py::TestOpenAIStandard::test_stream_time
|
||||||
|
|
||||||
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user