khoj/tests
Debanjum Singh Solanky cdcee89ae5 Wrap words in quotes to trigger explicit filter from query
- Do not run the more expensive explicit filter until the word to be
  filtered is completed by user. This requires an end sequence marker
  to identify end of explicit word filter to trigger filtering

- Space isn't a good enough delimiter as the explicit filter could be
  at the end of the query in which case no space
2022-09-04 02:38:57 +03:00
..
data Rename org-mode test data directory to more specific org/ from notes/ 2022-08-04 22:29:57 +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 Update Tests to Configure Filters and Setup Text Search 2022-09-03 22:24:10 +03:00
test_chatbot.py Fix the user intent extraction prompt for GPT. Clean up chatbot test 2022-01-12 10:36:01 -05:00
test_cli.py Fix CLI tests as config_file path made absolute during CLI parsing 2022-08-12 01:47:52 +03:00
test_client.py Wrap words in quotes to trigger explicit filter from query 2022-09-04 02:38:57 +03:00
test_date_filter.py Update Tests to Configure Filters and Setup Text Search 2022-09-03 22:24:10 +03:00
test_explicit_filter.py Wrap words in quotes to trigger explicit filter from query 2022-09-04 02:38:57 +03:00
test_helpers.py Move tests out to project root. Use absolute import in project 2021-09-30 04:12:14 -07:00
test_image_search.py Re-enable tests for image search 2022-08-20 14:44:53 +03:00
test_org_to_jsonl.py Fix logic to ignore notes with no body. Add tests to prevent regression 2022-08-21 19:41:40 +03:00
test_orgnode.py Test Task State Extraction in OrgNode Tests 2022-08-10 13:48:18 +03:00
test_text_search.py Update Tests to Configure Filters and Setup Text Search 2022-09-03 22:24:10 +03:00