prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.1k stars 717 forks source link

Make AppSession compatible with pytest's capsys fixture + docs. #1880

Closed jonathanslenders closed 3 weeks ago

jonathanslenders commented 3 weeks ago

Successor of https://github.com/prompt-toolkit/python-prompt-toolkit/pull/1878

tchalupnik commented 3 weeks ago

Good one, thanks Jonatan! Works perfectly fine! :)