File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,22 @@ deps =
5252commands =
5353 fosslight_source -h
5454 fosslight_convert -h
55- fosslight_source -p tests/test_files -j -o test_scan/scan_result.csv -m
55+ fosslight_source -p tests/test_files -o test_scan/scan_result.csv -m
56+ cat test_scan/scan_result.csv
57+
58+ fosslight_source -p tests/test_files -o test_scan/scan_result.csv -f csv
5659 cat test_scan/scan_result.csv
57- fosslight_source -p tests/test_files -o test_scan/scan_result2 -f opossum -m
58- fosslight_convert -p tests/json_result/scan_has_error.json -o test_convert/convert_result2
59- fosslight_convert -p test_scan/scancode_raw_result.json -o test_convert/convert_result.csv -f csv -m
60- cat test_convert/convert_result.csv
60+
61+ fosslight_source -p tests/test_files -o test_scan/scan_result.json -f opossum
62+ cat test_scan/scan_result.json
63+
64+ fosslight_source -p tests/test_files -o test_scan/scan_result.xlsx -f excel
65+ ls test_scan/scan_result.xlsx
66+
67+ fosslight_source -p tests/test_files -j -o test_scan/
68+ ls test_scan/scancode_raw_result.json
69+ ls test_scan/scanoss_fingerprint.wfp
70+ ls test_scan/scanoss_raw_result.json
6171 python tests/cli_test.py
6272 pytest -v --flake8
6373
You can’t perform that action at this time.
0 commit comments