pyOpenSci / pyosMeta

A package that updates pyOpenSci contributor and package metadata on our website
BSD 3-Clause "New" or "Revised" License
4 stars 18 forks source link

Add: tests for pagination and rate limiting #143

Open lwasser opened 7 months ago

lwasser commented 7 months ago

140 creates new methods that handle both pagination and rate limiting for the gh api. but we also will want tests for this. Because tests will require creating new fixtures and mocking around requests, let's implement that in a separate PR that creates pytest test infrastructure for both handling pagination and rate limiting. this will involve pytest-mock which mocks around request calls.