gotcha / ipdb

Integration of IPython pdb
BSD 3-Clause "New" or "Revised" License
1.85k stars 146 forks source link

Avoid instantiating IPython on import #224

Closed adamchainz closed 3 years ago

adamchainz commented 3 years ago

Fixes #223.

codecov-io commented 3 years ago

Codecov Report

Merging #224 (94428c2) into master (5bb1e86) will decrease coverage by 1.46%. The diff coverage is 47.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #224      +/-   ##
==========================================
- Coverage   81.15%   79.69%   -1.47%     
==========================================
  Files           7        7              
  Lines         451      453       +2     
==========================================
- Hits          366      361       -5     
- Misses         85       92       +7     
Impacted Files Coverage Δ
ipdb/__main__.py 64.94% <18.18%> (-3.29%) :arrow_down:
tests/test_opts.py 94.73% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5bb1e86...94428c2. Read the comment docs.

gotcha commented 3 years ago

Thanks.

Released in https://pypi.org/project/ipdb/0.13.7/

adamchainz commented 3 years ago

Cheers. I upgraded my project and the message is gone from every Django test run failure 👍