Closed nicoddemus closed 4 years ago
Thanks for fixing! and adding the pre-release checks
Thanks @flub!
Any chance of making a release? Would like to take that for a spin at our code base at work.
Any chance of making a release? Would like to take that for a spin at our code base at work.
already done ;)
Woot that was fast, thanks! 😁
is_debugging
function: it was usingname in <module object>
which is a TypeError. It was working previously with the builtin pdb because of the pytest_enter_pdb hook which is triggered by pytest.Fix #68