-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
03421c1
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.
It looks like input_json is not being used here. I would think it would be something like the following, right? The tests aren't passing on my side, and won't be tested unless you add the
test_
prefix.self.assertEqual(malwarebazaar.isInJson(input_json, test_string, 1000), False)
Also, it looks like there might need to be some adjustment to comply with flake8. I wouldn't worry about it until after the test are passing, though.