Replies: 1 comment
-
This is being worked on in #43 using a different approach, more integrated to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here is a quick PoC of how we could test the CLI. It basically runs an async child process.
Some more work is still needed to integrate it nicely with
pytest
, but it should be quite straightforward.story.py
This is the program we are testing. It prompts for some values in a random order, then returns a string out of it.
tester.py
This program is testing
story.py
.Beta Was this translation helpful? Give feedback.
All reactions