Question: Advice on testing #243
Unanswered
scott-david-walker
asked this question in
Q&A
Replies: 1 comment 20 replies
-
There is a proxy csproj you could probably use to mock this a bit easier. I just like to test against the real deal, since the API changes too frequently. |
Beta Was this translation helpful? Give feedback.
20 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title states, can anybody give some advice about mocking/faking this project?
Looking at the tests inside the project, they actually test against an actual GPT instance and doesn't provide a way around this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions