gpt-dungeon-master icon indicating copy to clipboard operation
gpt-dungeon-master copied to clipboard

Make use of mocks

Open SverreNystad opened this issue 9 months ago • 0 comments

A lot of our tests run with real API calls to OpenAI, We should make the use of mocks to more easily test our part of the application

  • [ ] Make a Mock TextGenerator: This need to be able to output text, or spesific value ranges
  • [ ] Integrate Mock: The mock must be used in the test suit

SverreNystad avatar Sep 19 '23 00:09 SverreNystad