We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23b58b commit 6a992daCopy full SHA for 6a992da
docs/changes.rst
@@ -28,8 +28,9 @@ all releases are available on `PyPI <https://pypi.org/project/pytask>`_ and
28
- :gh:`102` adds an example if a parametrization provides not the number of arguments
29
specified in the signature.
30
- :gh:`105` simplifies the logging of the tasks.
31
-- :gh:`106` makes pytask return :func:`pdb.set_trace` at the end of a session which
32
- allows to use ``breakpoint()`` inside test functions using pytask.
+- :gh:`107` adds and new hook ``pytask_unconfigure`` which makes pytask return
+ :func:`pdb.set_trace` at the end of a session which allows to use ``breakpoint()``
33
+ inside test functions using pytask.
34
35
36
0.0.14 - 2021-03-23
0 commit comments