File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ filterwarnings = ignore::DeprecationWarning
2020norecursedirs = test_result/*
2121
2222[testenv:test_run]
23+ deps =
24+ -r{toxinidir}/requirements-dev.txt
25+ wheel = true
2326commands =
2427 # Test - logging
2528 python tests/test_log.py
@@ -31,9 +34,7 @@ commands =
3134 # Test - writing excel and csv
3235 python tests/test_excel_and_csv.py
3336 ls test_result/excel_and_csv/
34- cat test_result/excel_and_csv/FOSSLight-Report_SRC.csv
35- cat test_result/excel_and_csv/FOSSLight-Report_BIN_TEST.csv
36- cat test_result/excel_and_csv/FOSSLight-Report_CUSTOM_HEADER_SHEET.csv
37+ cat test_result/excel_and_csv/excel/Test_Excel.xlsx
3738 cat test_result/excel_and_csv/csv/Test_Csv.csv
3839 # Test - downloading source
3940 fosslight_download -s " https://github.com/LGE-OSS/example" -t test_git/
@@ -47,9 +48,6 @@ commands =
4748 python tests/test_output_format.py
4849 # Test - get spdx licenses
4950 python tests/test_spdx_licenses.py
50- # Test - convert excel to yaml
51- python tests/test_convert_to_yaml.py
52- cat test_result/convert/fosslight-sbom-info.yaml
5351
5452[testenv:release]
5553deps =
You can’t perform that action at this time.
0 commit comments