markowanga / stweet

Advanced python library to scrap Twitter (tweets, users) from unofficial API
MIT License
588 stars 67 forks source link

#58 Fix encoding error during install with setup.py #59

Closed chillerno1 closed 3 years ago

chillerno1 commented 3 years ago

Fixes: https://github.com/markowanga/stweet/issues/58

chillerno1 commented 3 years ago

Build failure seems unrelated to this change (tox -v checks pass in my local env).

  pep8: commands succeeded
  docstyle: commands succeeded
  tests&cov: commands succeeded
  congratulations :)

From what I can see, the one test which failed was test_scrap_small_count_of_tweets which only returned 9 results instead of the expected limit 10.

codecov-io commented 3 years ago

Codecov Report

Merging #59 (1c0b470) into master (ff7224a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #59   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           71        71           
  Lines         1030      1030           
=========================================
  Hits          1030      1030           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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 ff7224a...1c0b470. Read the comment docs.