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
If you add test cases and close the output window and run the code again the user added test cases are gone. It will be cool to have a way to cache them as well.
The text was updated successfully, but these errors were encountered:
To ensure that the added test cases persist, avoid closing the execution window with :q. Instead, simply press q to close the window.
It seems that the extra test cases are just text stored in the buffer. When the buffer/window is closed, the text (i.e., our test cases) is lost. I don't know if this is intentional design, but this approach should suffice for the time being.
If you add test cases and close the output window and run the code again the user added test cases are gone. It will be cool to have a way to cache them as well.
The text was updated successfully, but these errors were encountered: