CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.91k stars 235 forks source link

Unit Test for CLI Tools #158

Open redcatsec opened 3 years ago

redcatsec commented 3 years ago

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