Closed Fitblip closed 6 years ago
This looks absolutely awesome! Thank you so much for doing this. As you can see, this library has been in disrepair for quite some time.
Thanks for the merge @rambleraptor! 👍
Happy to help :)
Also let me know if you'd like any assistance with Travis/Coveralls (if you're interested in setting them up!)
👋 Greeitings!
I found your library and there was a bit of breakage in it.
Sorry for the fairly hefty PR, but I'm happy to change pretty much whatever. Thanks for creating this library!
Changes:
.idea/ and .pytest_cache/ added to
.gitignore
- artifacts from PyCharm and pytestAdded a .travis.yml, which should fix #6. Check out https://travis-ci.org/Fitblip/amusement for an example
Removed the following modules, they were all broken and pointing to hosts that don't exist 😢
DisneylandParis
SeaworldOrlando
BuschGardensTampa
SeaworldSanAntonio
SeaworldSanDiego
BuschGardensWilliamsburg
Updated
README.md
Added
timeout=3
to all requests (default is 30s which made writing the tests quite painful :-P)Re-enabled ssl verification to all requests
Fixed the
DisneyPark
module (found a validclient_id
)Full python2/3 compatibility
Coverage reports, see an example - https://coveralls.io/github/Fitblip/amusement
Misc formatting changes