khoj/tests
Debanjum Singh Solanky 7b4f78776c Fix extracting Markdown Entries with Top Level Headings
- Previously top level headings would have get stripped of the
  space between heading text and the prefix # symbols. That is,
  `# Top Level Heading' would get converted to `#Top Level Heading'
- This would mess up their rendering as a heading in search results

- Add unit tests to text_to_jsonl processors to prevent regression
2023-01-17 13:06:28 -03:00
..
data Do not version API. Premature given current state of the codebase 2022-10-08 16:32:46 +03:00
__init__.py Move tests out to project root. Use absolute import in project 2021-09-30 04:12:14 -07:00
conftest.py Deduplicate test code, make teardown more robust using pytest fixtures 2023-01-09 19:47:27 -03:00
test_beancount_to_jsonl.py Use Base TextToJsonl class to standardize <text>_to_jsonl processors 2022-09-16 00:53:11 +03:00
test_chatbot.py Fix tests for the conversation processor 2023-01-09 00:22:26 -03:00
test_cli.py Clean-up generated file after image search test run 2022-09-10 21:43:31 +03:00
test_client.py Do not version API. Premature given current state of the codebase 2022-10-08 16:32:46 +03:00
test_date_filter.py Remove unused imports, `embeddings' variable from text search tests 2022-10-08 12:06:05 +03:00
test_file_filter.py Remove unused imports, `embeddings' variable from text search tests 2022-10-08 12:06:05 +03:00
test_helpers.py Create LRU helper class for caching 2022-09-04 16:31:46 +03:00
test_image_search.py Remove unused imports, `embeddings' variable from text search tests 2022-10-08 12:06:05 +03:00
test_markdown_to_jsonl.py Fix extracting Markdown Entries with Top Level Headings 2023-01-17 13:06:28 -03:00
test_org_to_jsonl.py Fix extracting Markdown Entries with Top Level Headings 2023-01-17 13:06:28 -03:00
test_orgnode.py Fix OrgNode render of entries with property drawers and empty body 2022-09-11 16:09:19 +03:00
test_text_search.py Deduplicate test code, make teardown more robust using pytest fixtures 2023-01-09 19:47:27 -03:00
test_word_filter.py Remove unused imports, `embeddings' variable from text search tests 2022-10-08 12:06:05 +03:00