Fix changelog

This commit is contained in:
Daniel Hahler
2019-07-23 19:38:33 +02:00
parent 401c3d1109
commit b9111fe677

View File

@@ -1 +1,2 @@
``pytest.exit`` and ``bdb.BdbQuit`` are now correctly handled in ``unittest`` cases.
``pytest.exit`` is now correctly handled in ``unittest`` cases.
This makes ``unittest`` cases handle ``quit`` from pytest's pdb correctly.