test: harden provider contracts and offline coverage

This commit is contained in:
NotoriousRebel
2026-08-15 21:26:35 -04:00
parent 4c35f8c28d
commit c1101ca73a
83 changed files with 3669 additions and 1439 deletions
@@ -206,3 +206,6 @@ async def test_github_code_malformed_page_terminates_without_following_paginatio
assert requested_urls == ['https://api.github.com/search/code?q="example.com"&page=1']
assert await search.get_emails() == set()
assert await search.get_hostnames() == []
pytestmark = pytest.mark.provider_contract('github-code')