-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENG-4959] Classify notable domains as unverified #10501
[ENG-4959] Classify notable domains as unverified #10501
Conversation
bc3879c
to
56bb516
Compare
56bb516
to
89b37f3
Compare
@@ -75,7 +78,7 @@ def test_actract_domains__returned_on_error(self): | |||
with mock.patch.object(spam_tasks.requests, 'head') as mock_head: | |||
mock_head.side_effect = spam_tasks.requests.exceptions.Timeout | |||
domains = set(spam_tasks._extract_domains(sample_text)) | |||
assert domains == {sample_text} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the changed test case, others are just changed to pass the note.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple small questions/concerns, but once those are resolved this should be RTM
4f76074
to
a9a49f2
Compare
Squashed into af35c28, consider this merged |
Purpose
Create a new varity of NotableDomain Note for timedout domains.
Changes
QA Notes
Please make verification statements inspired by your code and what your code touches.
What are the areas of risk?
Any concerns/considerations/questions that development raised?
Documentation
Side Effects
Ticket
https://openscience.atlassian.net/browse/ENG-4959