-
-
Notifications
You must be signed in to change notification settings - Fork 1
Mixin models for storing scorecard data nexB#3 #4
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
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
AyanSinhaMahapatra
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.
@404-geek Thanks! See comments for changes requested.
| import unittest | ||
| from src.ossf_scorecard.scorecard import get_scorecard | ||
|
|
||
| class TestScorecard(unittest.TestCase): |
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.
Let's do the tests on a couple more diverse repos so we make sure we have variety of data and our models work fine in all cases.
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
No description provided.