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
Hunter Gerlach 482611f426
unit test / code coverage improvements (#322)
This PR has two contributions:

1. Add test for when stop token is found in middle of text

2. Add code coverage tooling and instructions
- Add pytest-cov via poetry
- Add necessary config files
- Add new make instruction for `coverage`
- Update README with coverage guidance
- Update minor README formatting/spelling

Co-authored-by: Hunter Gerlach <hunter@huntergerlach.com>
2 years ago
..
agents
chains Add `clear()` method for `Memory` (#305) 2 years ago
data
docstore
llms unit test / code coverage improvements (#322) 2 years ago
prompts
__init__.py
test_bash.py
test_formatting.py
test_input.py beta: logger (#307) 2 years ago
test_python.py
test_sql_database.py
test_text_splitter.py