Improve test data organization and update correspoding conftests

- Put test data for each content type into separate directories
- Makes config.yml for docker and local host consistent
  - Prepending tests to /data in sample_config.yml makes application
    run on local host using test data
  - Allows mounting separate volume for each content type in docker-compose
- Ignore gitignore to only add tests content, not generated models or embeddings
This commit is contained in:
Debanjum Singh Solanky
2022-01-29 01:57:08 -05:00
parent 3e889760c7
commit 79c2224eaa
9 changed files with 15 additions and 14 deletions

3
.gitignore vendored
View File

@@ -1,7 +1,8 @@
__pycache__
.DS_Store
.emacs.desktop*
tests/data/.*
tests/data/models
tests/data/embeddings
src/.data
.vscode
*.gz