gaogaotiantian / watchpoints

watchpoints is an easy-to-use, intuitive variable/object monitor tool for python that behaves similar to watchpoints in gdb.
Apache License 2.0
497 stars 20 forks source link

Add custom printer feature #28

Closed gaogaotiantian closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #28 (89df7c9) into master (c9a7eae) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #28   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          351       351           
=========================================
  Hits           351       351           
Impacted Files Coverage Δ
src/watchpoints/watch.py 100.00% <100.00%> (ø)
src/watchpoints/watch_print.py 100.00% <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 c9a7eae...89df7c9. Read the comment docs.