BibleNLP / assistant.bible

The codebase for assistant.bible: A Bible assistant chatbot.
MIT License
6 stars 7 forks source link

Let tests run without supabase and openai keys #110

Open kavitharaju opened 1 year ago

kavitharaju commented 1 year ago

Tests need to be run in ENVs like gitactions where we dont want to set these values. The App needs them to start though. Now we are handling it in code base to let the app start without these keys to be able to run tests. Ideally in normal runs app should throw error and work without error in tests when these keys are absent.

_Originally posted by @kavitharaju in https://github.com/BibleNLP/assistant.bible/pull/107#discussion_r1370123238_