khoj/tests
Debanjum Singh Solanky b09350c052 Fix to return only enabled content types via the new config/types API
- Previously was return all core content types even if they had not been
  setup
- Add test to validate only configured content types are returned by
  the api/config/types API endpoint
2023-02-28 22:08:26 -06:00
..
data Read content plugin configs from Khoj config YAML 2023-02-23 23:57:32 -06:00
__init__.py Move tests out to project root. Use absolute import in project 2021-09-30 04:12:14 -07:00
conftest.py Create pytest fixture to configure app with plugin, search types 2023-02-28 20:25:51 -06:00
test_beancount_to_jsonl.py Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06:00
test_chatbot.py Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06:00
test_cli.py Read content plugin configs from Khoj config YAML 2023-02-23 23:57:32 -06:00
test_client.py Fix to return only enabled content types via the new config/types API 2023-02-28 22:08:26 -06:00
test_date_filter.py Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06:00
test_file_filter.py Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06:00
test_helpers.py Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06:00
test_image_search.py Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06:00
test_jsonl_to_jsonl.py Add processor to index entries from jsonl files for plugins 2023-02-24 02:54:12 -06:00
test_markdown_to_jsonl.py Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06:00
test_org_to_jsonl.py Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06:00
test_orgnode.py Fix usage of "\" in orgnode test string to resolve DeprecationWarning 2023-02-17 17:15:44 -06:00
test_text_search.py Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06:00
test_word_filter.py Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06:00