python-telegram-bot / ptbtest

GNU General Public License v3.0
50 stars 28 forks source link

Fix tests #13

Closed j-maas closed 6 years ago

j-maas commented 6 years ago

I used type hints, so the tests only pass in Python 3.6.

codecov[bot] commented 6 years ago

Codecov Report

Merging #13 into master will decrease coverage by 0.21%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
- Coverage   99.68%   99.46%   -0.22%     
==========================================
  Files          11       11              
  Lines         939      941       +2     
==========================================
  Hits          936      936              
- Misses          3        5       +2
Impacted Files Coverage Δ
ptbtest/usergenerator.py 100% <ø> (ø) :arrow_up:
ptbtest/mockbot.py 99.48% <100%> (ø) :arrow_up:
ptbtest/messagegenerator.py 99.28% <0%> (-0.72%) :arrow_down:

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 5d931aa...53178cf. Read the comment docs.

j-maas commented 6 years ago

Sorry for the noise, will PR from a branch, not my master...