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
I wrote an interactive cli program. I want to do unit tests for some of these input actions to try to improve my test coverage.
But I have encountered difficulties, I tried to use io::stdout, but it didn't work.
How do I test the movements of dialoguer?
The text was updated successfully, but these errors were encountered:
Thank you for this great project :)
I wrote an interactive cli program. I want to do unit tests for some of these input actions to try to improve my test coverage.
But I have encountered difficulties, I tried to use
io::stdout
, but it didn't work.How do I test the movements of dialoguer?
The text was updated successfully, but these errors were encountered: