cwolfe007 / chatgpt_job

Repo for generating job application neccessities with OpenAIs chat gpt
0 stars 0 forks source link

Create test suite backend code #4

Open cwolfe007 opened 7 months ago

cwolfe007 commented 7 months ago

We should be able to run unit tests on all functions and a regression test to simulate a workflow without actually having to make live calls to apis. Mock endpoints should be added as well as a broad array of test cases to validate the deterministic outcomes of the code.

This issue should not include the scope of validating the generated chatgpt responses