Files
pytest2/testing
Daniel Hahler 86c7dcff68 pdb: handle quitting in post_mortem
`help quit` in pdb says:

> Quit from the debugger. The program being executed is aborted.

But pytest would continue with the next tests, often making it necessary
to kill the pytest process when using `--pdb` and trying to cancel the
tests using `KeyboardInterrupt` / `Ctrl-C`.
2018-10-14 00:05:45 +02:00
..
2018-10-08 10:10:46 -07:00
2018-05-23 16:48:46 +02:00
2018-10-08 10:10:46 -07:00
2018-08-22 18:47:21 -07:00
2018-05-23 16:48:46 +02:00
2018-08-22 18:47:21 -07:00
2018-05-23 16:48:46 +02:00
2018-08-22 18:47:21 -07:00
2018-10-08 10:10:46 -07:00
2018-09-04 17:02:56 -03:00
2018-05-23 16:48:46 +02:00
2018-06-26 22:09:15 +02:00