Fitblip / wsstat

Websocket stress testing made beautiful
MIT License
173 stars 24 forks source link

Correting way to call async #13

Closed uasouz closed 5 years ago

uasouz commented 5 years ago

On Python 3.7 async is a reserved keyword,so i used getattr() to get it

codecov-io commented 5 years ago

Codecov Report

Merging #13 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #13   +/-   ##
=======================================
  Coverage   75.92%   75.92%           
=======================================
  Files           5        5           
  Lines         324      324           
=======================================
  Hits          246      246           
  Misses         78       78
Impacted Files Coverage Δ
wsstat/clients.py 70.65% <0%> (ø) :arrow_up:
wsstat/demo.py 47.82% <0%> (ø) :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 58c7d33...c52f24b. Read the comment docs.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 75.926% when pulling c52f24b57fd690afb60e1c3f12ecfe91be7e4c88 on uasouz:master into 58c7d33daf150b82e5f29cb374a4a4caa41e2dc4 on Fitblip:master.

Fitblip commented 5 years ago

Interesting, thanks for the PR! Not sure why travis/codecov barfed here, but this should be good to merge once I make sure tests are passing 👍

Fitblip commented 5 years ago

Yeah this looks good. I'll merge and cut a new release, thanks!