petereon / beaupy

A Python library of interactive CLI elements you have been looking for
https://petereon.github.io/beaupy/
MIT License
183 stars 13 forks source link

Tests need rework to separate the concerns, currently tests overlap and test multiple things at once #17

Open petereon opened 1 year ago

petereon commented 1 year ago

Absolutely necessary to at least separate tests which verify prints and the ones that verify output of functions, this is a source of constant issues

petereon commented 1 year ago

Another issue seems to be that Ctrl+C behavior is not properly tested, look at readchar is necessary to understand how to test that.