We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3de24 commit 6b2a7f5Copy full SHA for 6b2a7f5
tests/licensedcode/test_plugin_license.py
@@ -19,7 +19,6 @@
19
from scancode.cli_test_utils import run_scan_click
20
from scancode_config import REGEN_TEST_FIXTURES
21
22
-
23
test_env = FileDrivenTesting()
24
test_env.test_data_dir = os.path.join(os.path.dirname(__file__), 'data')
25
@@ -239,6 +238,7 @@ def test_match_reference_license():
239
238
240
241
def test_reindex_licenses_works():
+ run_scan_click(['--reindex-licenses-for-all-languages'])
242
run_scan_click(['--reindex-licenses'])
243
244
0 commit comments