You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/tests/unit_tests
Eugene Yurtsev a5371a0fa2
Add pytest --only-extended and --only-core options (#4494)
# Adds testing options to pytest

This PR adds the following options: 

* `--only-core` will skip all extended tests, running all core tests.
* `--only-extended` will skip all core tests. Forcing alll extended
tests to be run.

Running `py.test` without specifying either option will remain
unaffected. Run
all tests that can be run within the unit_tests direction. Extended
tests will
run if required packages are installed.

## Before submitting

## Who can review?
1 year ago
..
agents Load HuggingFace Tool (#4475) 1 year ago
callbacks Add on_chat_message_start (#4499) 1 year ago
chains
chat_models
client Add on_chat_message_start (#4499) 1 year ago
data
docstore
document_loader Add workflow for testing with all deps (#4410) 1 year ago
evaluation
llms Add Invocation Params (#4509) 1 year ago
memory
output_parsers Add _type for all parsers (#4189) 1 year ago
prompts
retrievers
tools
utilities
vectorstores
__init__.py
conftest.py Add pytest --only-extended and --only-core options (#4494) 1 year ago
test_bash.py
test_depedencies.py
test_document_transformers.py
test_formatting.py
test_math_utils.py
test_python.py
test_schema.py
test_sql_database.py
test_sql_database_schema.py
test_text_splitter.py