click-shell icon indicating copy to clipboard operation
click-shell copied to clipboard

How to implement tests

Open aparcar opened this issue 5 years ago • 0 comments

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?

aparcar avatar Apr 07 '21 07:04 aparcar