voxpupuli / pypuppetdb

Python library for working with the PuppetDB API
Apache License 2.0
92 stars 70 forks source link

use unittest.mock instead of mock #228

Closed pgajdos closed 2 years ago

pgajdos commented 2 years ago

Utilize built-in unittest.mock instead of mock.

codecov[bot] commented 2 years ago

Codecov Report

Merging #228 (f323a82) into master (a258262) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #228   +/-   ##
=======================================
  Coverage   84.96%   84.96%           
=======================================
  Files          14       14           
  Lines         918      918           
=======================================
  Hits          780      780           
  Misses        138      138           

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 a258262...f323a82. Read the comment docs.

gdubicki commented 2 years ago

Great, thank you @pgajdos!