khoj/tests
Debanjum Singh Solanky dcb6fe479e Fix date_filter query, entry in query range check. Add tests for it
- Fix date_filter date_in_entry within query range check
  - Extracted_date_range is in [included_date, excluded_date) format
  - But check was checking for date_in_entry <= excluded_date
  - Fixed it to do date_in_entry < excluded_date

- Fix removal of date filter from query
- Add tests for date_filter
2022-07-14 20:01:35 +04:00
..
data Improve test data organization and update correspoding conftests 2022-01-29 02:03:17 -05:00
__init__.py Move tests out to project root. Use absolute import in project 2021-09-30 04:12:14 -07:00
conftest.py Improve Query Speed. Normalize Embeddings, Moving them to Cuda GPU 2022-06-30 00:59:57 +04:00
test_asymmetric_search.py Fix asymmetric search test to pass entries returned by query to collate_results 2022-07-12 18:48:49 +04: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 Update unit tests to use the new BaseModel types 2021-12-05 09:31:39 -05:00
test_client.py Add Unit Tests to verify the Reload API functions as desired 2022-06-29 23:47:17 +04:00
test_date_filter.py Fix date_filter query, entry in query range check. Add tests for it 2022-07-14 20:01:35 +04: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 Rename RawConfig Types for Consistency 2022-01-14 20:54:38 -05:00
test_orgnode.py Normalize org notes path to be relative to home directory 2022-06-28 19:16:11 +04:00