akamhy / waybackpy

Wayback Machine API interface & a command-line tool
https://pypi.org/project/waybackpy/
MIT License
462 stars 34 forks source link

added tests for json and archive_url, updated broken tests #34

Closed akamhy closed 3 years ago

akamhy commented 3 years ago

Some tests were not working cuz the return type of some methods wern't any more strings. Updated the tests.

Added new tests for the newly added JSON and archive_url feature.