Skip to content

Removing pycurl and tox, and setting up new testing suite

Compare
Choose a tag to compare
@jpetrucciani jpetrucciani released this 24 Apr 16:48
· 339 commits to master since this release

This release removes the pycurl dependency and the associated code, as well as tox and the old tests. I've started a new test setup and will be building out those tests soon, but for right now, these tests exist in a very early state.

After installing requirements-dev.txt, you can run the tests with make!

Also included are some more type annotations, and some expanded docstrings in certain functions/methods.