snoonetIRC / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
67 stars 52 forks source link

tests: Move common fixtures to conftest.py #541

Closed linuxdaemon closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #541 into gonzobot will increase coverage by 0.46%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##           gonzobot     #541      +/-   ##
============================================
+ Coverage     47.45%   47.92%   +0.46%     
============================================
  Files           223      226       +3     
  Lines         13305    13409     +104     
============================================
+ Hits           6314     6426     +112     
+ Misses         6991     6983       -8
Impacted Files Coverage Δ
tests/plugin_tests/test_duckhunt.py 100% <ø> (ø) :arrow_up:
tests/plugin_tests/test_dogpile.py 100% <ø> (ø) :arrow_up:
tests/plugin_tests/test_shorten.py 100% <ø> (ø) :arrow_up:
tests/plugin_tests/test_utility.py 100% <ø> (ø) :arrow_up:
tests/plugin_tests/test_tell.py 100% <100%> (ø) :arrow_up:
tests/plugin_tests/test_xkcd.py 100% <100%> (ø) :arrow_up:
tests/plugin_tests/test_weather.py 100% <100%> (ø) :arrow_up:
tests/plugin_tests/test_link_announcer.py 100% <100%> (ø) :arrow_up:
tests/plugin_tests/test_metars.py 100% <100%> (ø) :arrow_up:
tests/plugin_tests/test_randomusefulwebsite.py 100% <100%> (ø) :arrow_up:
... and 23 more

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 d370453...59e48a1. Read the comment docs.