PyInquirer icon indicating copy to clipboard operation
PyInquirer copied to clipboard

Unit Test for CLI Tools

Open redcatsec opened this issue 3 years ago • 0 comments

I am trying to write some automated Tests Like the Tests in PyInquirer repo for my Tool but I am getting always Errors because of prompt-toolkit is in a different Version the Functions there are not available. when I upgrade the prompt toolkit the whole app doesn't work any more. anyone can help or have an example How to write a Test with Pyinquirer and prompt-toolkit= 1.0.4. Thanx

redcatsec avatar Apr 10 '21 23:04 redcatsec