eandersson / amqpstorm

Thread-safe Python RabbitMQ Client & Management library
https://www.amqpstorm.io/
MIT License
186 stars 36 forks source link

Replace nose with pytest #105

Closed eandersson closed 3 years ago

eandersson commented 3 years ago

Nose is no longer supported and does not work with Python 3.10.

codecov[bot] commented 3 years ago

Codecov Report

Merging #105 (52008b5) into 2.x (b1fceb7) will decrease coverage by 0.62%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              2.x     #105      +/-   ##
==========================================
- Coverage   99.84%   99.21%   -0.63%     
==========================================
  Files          29       29              
  Lines        1923     1923              
  Branches      284      284              
==========================================
- Hits         1920     1908      -12     
- Misses          1       14      +13     
+ Partials        2        1       -1     
Impacted Files Coverage Δ
amqpstorm/basic.py 100.00% <100.00%> (ø)
amqpstorm/management/user.py 72.41% <0.00%> (-27.59%) :arrow_down:
amqpstorm/management/connection.py 78.57% <0.00%> (-21.43%) :arrow_down:
amqpstorm/management/channel.py 87.50% <0.00%> (-12.50%) :arrow_down:
amqpstorm/base.py 97.56% <0.00%> (-2.44%) :arrow_down:
amqpstorm/channel.py 100.00% <0.00%> (+0.89%) :arrow_up:

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 b1fceb7...52008b5. Read the comment docs.