-
Notifications
You must be signed in to change notification settings - Fork 238
8 quick search feature #24
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24 +/- ##
==========================================
+ Coverage 90.02% 90.02% +<.01%
==========================================
Files 247 247
Lines 11385 11399 +14
==========================================
+ Hits 10249 10262 +13
- Misses 1136 1137 +1
Continue to review full report at Codecov.
|
dorpvom
left a comment
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.
Functionally okay. Only fix of style needed. Than ready to merge as soon as build succeeds.
| request_id=request_id, yara_rules=yara_rules) | ||
|
|
||
| def _app_start_quick_search(self): | ||
| search_term = request.args.get('search_term') |
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.
Quotation Mix. Please fix.
| self.assertIn(self.test_fw.get_uid().encode(), rv.data, "test firmware not found in specific search") | ||
|
|
||
| def _show_quick_search(self): | ||
| rv = self.test_client.get('/database/quick_search?search_term=test_fw', follow_redirects=True) |
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.
Quotation Mix. Please also fix in rest of file.
No description provided.