khoj/tests
Debanjum Singh Solanky 25a749ca1d Use the src/ layout to fix packaging Khoj for PyPi
- Why
  The khoj pypi packages should be installed in `khoj' directory.
  Previously it was being installed into `src' directory, which is a
  generic top level directory name that is discouraged from being used

- Changes
 - move src/* to src/khoj/*
 - update `setup.py' to `find_packages' in `src' instead of project root
 - rename imports to form `from khoj.*' in complete project
 - update `constants.web_directory' path to use `khoj' directory
 - rename root logger to `khoj' in `main.py'
 - fix image_search tests to use the newly rename `khoj' logger
 - update config, docs, workflows to reference new path `src/khoj'
2023-02-14 15:19:06 -06:00
..
data Use the src/ layout to fix packaging Khoj for PyPi 2023-02-14 15:19:06 -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 Use the src/ layout to fix packaging Khoj for PyPi 2023-02-14 15:19:06 -06:00
test_beancount_to_jsonl.py Use the src/ layout to fix packaging Khoj for PyPi 2023-02-14 15:19:06 -06:00
test_chatbot.py Use the src/ layout to fix packaging Khoj for PyPi 2023-02-14 15:19:06 -06:00
test_cli.py Use the src/ layout to fix packaging Khoj for PyPi 2023-02-14 15:19:06 -06:00
test_client.py Use the src/ layout to fix packaging Khoj for PyPi 2023-02-14 15:19:06 -06:00
test_date_filter.py Use the src/ layout to fix packaging Khoj for PyPi 2023-02-14 15:19:06 -06:00
test_file_filter.py Use the src/ layout to fix packaging Khoj for PyPi 2023-02-14 15:19:06 -06:00
test_helpers.py Use the src/ layout to fix packaging Khoj for PyPi 2023-02-14 15:19:06 -06:00
test_image_search.py Use the src/ layout to fix packaging Khoj for PyPi 2023-02-14 15:19:06 -06:00
test_markdown_to_jsonl.py Use the src/ layout to fix packaging Khoj for PyPi 2023-02-14 15:19:06 -06:00
test_org_to_jsonl.py Use the src/ layout to fix packaging Khoj for PyPi 2023-02-14 15:19:06 -06:00
test_orgnode.py Use the src/ layout to fix packaging Khoj for PyPi 2023-02-14 15:19:06 -06:00
test_text_search.py Use the src/ layout to fix packaging Khoj for PyPi 2023-02-14 15:19:06 -06:00
test_word_filter.py Use the src/ layout to fix packaging Khoj for PyPi 2023-02-14 15:19:06 -06:00