sbtinstruments / aiomqtt

The idiomatic asyncio MQTT client, wrapped around paho-mqtt
https://sbtinstruments.github.io/aiomqtt
BSD 3-Clause "New" or "Revised" License
393 stars 71 forks source link

fix: 'topic/subtopic' matches 'topic/subtopic/#' #241

Closed steersbob closed 11 months ago

steersbob commented 11 months ago

Resolves #239

codecov[bot] commented 11 months ago

Codecov Report

Merging #241 (e8c0dd3) into main (3ad32f7) will not change coverage. The diff coverage is 100.0%.

@@          Coverage Diff          @@
##            main    #241   +/-   ##
=====================================
  Coverage   84.1%   84.1%           
=====================================
  Files          4       4           
  Lines        468     468           
  Branches      87      87           
=====================================
  Hits         394     394           
  Misses        47      47           
  Partials      27      27           
Files Changed Coverage Δ
aiomqtt/client.py 82.7% <100.0%> (ø)
empicano commented 11 months ago

LGTM, nice that you updated the tests as well 👍

Thanks for another great contribution to aiomqtt!