You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[tests] consider whether and how to test main.py and gptty.py
Currently, we are testing a number of functions, but not testing main.py and gptty.py. These are mostly click interfaces and gptty-specific functions. Is it worth testing these? If so, how?
If we want to test these features, we'll need to add a OpenAI API key as a github actions secret, see https://docs.github.com/en/rest/actions/secrets. This will allow us to test the functionality of the actual completions.
Originally posted by @signebedi in #40 (comment)
The text was updated successfully, but these errors were encountered: