You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several places in the code where we call github via the API. This code has no test coverage right now (to avoid calling the API each time we run the test suite and running into API rate limits). Ideally, we would mock the github response and / or local changes in tests that include a github call. This includes any code that calls the following methods in github.py:
There are several places in the code where we call github via the API. This code has no test coverage right now (to avoid calling the API each time we run the test suite and running into API rate limits). Ideally, we would mock the github response and / or local changes in tests that include a github call. This includes any code that calls the following methods in github.py:
The text was updated successfully, but these errors were encountered: