severb / graypy

Python logging handler for Graylog that sends messages in GELF (Graylog Extended Log Format).
https://www.graylog.org/
BSD 3-Clause "New" or "Revised" License
258 stars 90 forks source link

Bugfix/test resolve host issue#113 #114

Closed nklapste closed 5 years ago

nklapste commented 5 years ago

Resolves #113

Test logic for test_resolve_host did not reflect the expected logic of BaseGELFHandler._resolve_host.

AKA: invalid test not invalid behavior

codecov-io commented 5 years ago

Codecov Report

Merging #114 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #114   +/-   ##
=======================================
  Coverage   94.69%   94.69%           
=======================================
  Files           3        3           
  Lines         226      226           
=======================================
  Hits          214      214           
  Misses         12       12

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 32018c4...eb801f1. Read the comment docs.