Skip to content

Commit 7358147

Browse files
Fix testenv for release in tox.ini
1 parent 296e460 commit 7358147

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

tox.ini

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,22 @@ deps =
5252
commands =
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

0 commit comments

Comments
 (0)