SharpBit / brawlstats

(A)sync python wrapper for the Brawl Stars API
https://brawlstats.rtfd.io/
MIT License
99 stars 24 forks source link

Delete get_constants, fix get_rankings and supplement get_brawlers #63

Closed 0dminnimda closed 4 years ago

0dminnimda commented 4 years ago

Added

Checklist

SharpBit commented 4 years ago

Your tests aren't running - at least on travis:

Incorrect test output: image Correct test output: image

Notice the difference in time: the tests aren't being run

SharpBit commented 4 years ago

Not sure if that's due to the changes u had to make to the tox.ini file for python 3.8

0dminnimda commented 4 years ago

@SharpBit everything works, especially since I did not make changes to tox here

SharpBit commented 4 years ago

It was broken in the first pull request not this one

SharpBit commented 4 years ago

i just didnt notice at the time

0dminnimda commented 4 years ago

@SharpBit so what's wrong?

SharpBit commented 4 years ago

Currently fetches brawler when client is initialized- works for users, tests fail though. Constants should not be deleted