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
Right now there is a lot of code coverage missing that could be tested, specifically for util functions. To improve our code coverage a suggestion would be using ChatGPT or a library that uses similar Generative AI to generate these tests and verify these are correct and pass with current code.
For this ticket we could start by generating unit tests for all the functions that are in app/utils.
Right now there is a lot of code coverage missing that could be tested, specifically for util functions. To improve our code coverage a suggestion would be using ChatGPT or a library that uses similar Generative AI to generate these tests and verify these are correct and pass with current code.
For this ticket we could start by generating unit tests for all the functions that are in app/utils.
Here is an example of a conversation with ChatGPT
https://chat.openai.com/share/a72ed419-d449-4348-a018-96ab6813f8fc
Note that sometimes generated tests could be wrong, or code may need updating.
The text was updated successfully, but these errors were encountered: