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

Use is instead of == for variable compare #7

Closed gaogaotiantian closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #7 (cfa6cf8) into master (cd0cea7) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master        #7   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          306       306           
=========================================
  Hits           306       306           
Impacted Files Coverage Δ
src/watchpoints/watch_element.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 cd0cea7...cfa6cf8. Read the comment docs.