benjhar / JokeAPI-Python

An API Wrapper for Sv443's JokeAPI
GNU General Public License v3.0
33 stars 9 forks source link

Update wrapper to be asynchronous #11

Closed benjhar closed 3 years ago

benjhar commented 3 years ago

The wrapper is now fully asynchronous, as well as some changes to the tests. Each test is now individual, rather than one large test. CI is now fully functional again.