summaryrefslogtreecommitdiff
path: root/tests/test_testing.py
Commit message (Expand)AuthorAgeFilesLines
* add typing annotationsDavid Lord2021-04-231-3/+3
* use decorator to pause echoDavid Lord2021-04-141-9/+6
* fix output when using echo_stdinSeb Aebischer2021-04-131-0/+75
* test runner opens stderr with backslashreplaceDavid Lord2021-04-041-0/+12
* custom temp directory with CLIRunner.isolated_filesystemDiaga2021-02-151-0/+15
* CliRunner isolation streams have name and modeJethro Cao2020-08-131-0/+11
* test result captures command return valueTom Dalton2020-08-101-0/+13
* f-strings everywhereDavid Lord2020-04-201-2/+2
* apply pyupgrade --py36-plusDavid Lord2020-04-201-2/+2
* remove py2 parts of _compat moduleDavid Lord2020-04-201-9/+3
* manual cleanupDavid Lord2020-03-081-4/+4
* apply blackDavid Lord2020-03-061-67/+69
* apply reorder-python-importsDavid Lord2020-03-061-3/+3
* don't claim empty stderr wasn't captured separatelyJulian Berman2020-02-161-0/+12
* add tests for the runner when the app uses context.exitJoe Jevnik2018-08-261-0/+30
* Fix #616: allow setting prog_name in CliRunner.invokeKP2018-05-141-0/+11
* CliRunner: add stdout / stderr, allow separating standard streams (#868)Dave Carlson2018-05-141-0/+24
* Add support to invoke args as stringFabio Menegazzo2016-10-051-0/+20
* Fix test runner not saving caller env correctlyPatrick Mézard2016-08-291-0/+19
* Fixed broken tests and behavior on windows.Armin Ronacher2015-11-051-2/+2
* Fixed issue #362.Torf2015-06-201-0/+43
* Add color parameter to testrunnerMarkus Unterwaditzer2014-09-201-0/+27
* Added exc_info to result.Armin Ronacher2014-06-151-0/+2
* Add catch_exceptions parameter to CliRunner.invokeMarkus Unterwaditzer2014-06-141-0/+23
* Added getchar()Armin Ronacher2014-05-301-0/+11
* Added docs for input stream testing.Armin Ronacher2014-05-111-2/+2
* Added tests for promptsArmin Ronacher2014-05-111-0/+22
* Added tests for stream wrapping.Armin Ronacher2014-05-111-0/+57