* `OAuthRequestHandler` * Consider mocking the entire authentication flow. For now that seems a little overkill. * `get_bookmarks()` * Mock the API calls, and ensure the resulting manifest is in the expected format. * `download_tweets()` * Given a manifest, mock HTTP endpoints, and ensure each of them is given a request.
OAuthRequestHandlerget_bookmarks()download_tweets()