Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Option for test cases to stick around #118

Open
tanujn45 opened this issue Jul 24, 2024 · 1 comment
Open

Feature request: Option for test cases to stick around #118

tanujn45 opened this issue Jul 24, 2024 · 1 comment

Comments

@tanujn45
Copy link

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.

@Matblanket
Copy link

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.

I'd love to take a jab at fixing this issue.

Regardless, hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants