We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea7ae2 commit 2f18ffdCopy full SHA for 2f18ffd
tests/test_ossf_scorecard.py
@@ -57,4 +57,4 @@ def test_get_scorecard(platform, org, repo):
57
58
# If details exist, ensure all elements are strings
59
if check.details:
60
- assert all(isinstance(detail, str) for detail in check.details)
+ assert all(isinstance(detail, str) for detail in check.details)
tests/test_skeleton_codestyle.py
0 commit comments