click-shell
click-shell copied to clipboard
How to implement tests
Hi, first of all thanks for this project, it serves the purpose very well!
I'd like to write some tests where I run multiple commands in a row evaluate the output. To share the state I'm currently storing it in the context ctx.obj. However I can't figure out how to access that object later on.
Does anyone else uses this library and developed test cases?