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
Convert current context manager functionality for capturing output in scenario_tester to decorator (which would also mean it can be used by any method)
Add stderr (currently only stdout)
Add argparse functionality for running from cmd
The text was updated successfully, but these errors were encountered:
Follow on from #60, want to:
scenario_tester
to decorator (which would also mean it can be used by any method)stderr
(currently onlystdout
)argparse
functionality for running from cmdThe text was updated successfully, but these errors were encountered: