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>
2022-12-13 05:48:53 -08:00
..
agents Gracefully degrade when model asks for nonexistent tool (#268) 2022-12-06 21:52:48 -08:00
chains Add clear() method for Memory (#305) 2022-12-11 07:09:06 -08:00
data Prompt from file proof of concept using plain text (#127) 2022-11-13 13:15:30 -08:00
docstore wip: add method for both docstore and embeddings (#119) 2022-11-20 16:23:58 -08:00
llms unit test / code coverage improvements (#322) 2022-12-13 05:48:53 -08:00
prompts Bug Fix (#221) 2022-11-29 07:03:40 -08:00
__init__.py initial commit 2022-10-24 14:51:15 -07:00
test_bash.py update branch name in gha (#274) 2022-12-06 22:28:50 -08:00
test_formatting.py initial commit 2022-10-24 14:51:15 -07:00
test_input.py beta: logger (#307) 2022-12-10 23:17:19 -08:00
test_python.py combine python files (#256) 2022-12-04 15:57:36 -08:00
test_sql_database.py Support SQL statements that return no results (#222) 2022-11-29 08:28:45 -08:00
test_text_splitter.py Harrison/map reduce (#36) 2022-10-31 20:17:22 -07:00