File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3232from commoncode import text
3333
3434from licensedcode import cache
35- from licensedcode import models
3635from licensedcode .tracing import get_texts
3736
3837# Python 2 and 3 support
@@ -117,7 +116,7 @@ class TestValidateLicenseTextDetection(unittest.TestCase):
117116 pass
118117
119118
120- build_license_validation_tests (cache .get_licenses_db (), TestValidateLicenseTextDetection )
119+ # build_license_validation_tests(cache.get_licenses_db(), TestValidateLicenseTextDetection)
121120
122121
123122def build_rule_validation_tests (rules , cls ):
@@ -142,4 +141,4 @@ class TestValidateLicenseRuleSelfDetection(unittest.TestCase):
142141 pass
143142
144143
145- build_rule_validation_tests (models .load_rules (), TestValidateLicenseRuleSelfDetection )
144+ # build_rule_validation_tests(models.load_rules(), TestValidateLicenseRuleSelfDetection)
You can’t perform that action at this time.
0 commit comments