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 a6fc02b commit 3feeba0Copy full SHA for 3feeba0
tox.ini
@@ -23,11 +23,14 @@ filterwarnings = ignore::DeprecationWarning
23
[testenv:test_run]
24
deps =
25
-r{toxinidir}/requirements-dev.txt
26
+ scancode-toolkit # ScanCode를 test_run 환경에 추가
27
28
commands =
29
rm -rf test_scan
30
fosslight_source -p tests/test_files -j -m -o test_scan
31
fosslight_source -p tests -e test_files/test cli_test.py -j -m -o test_scan2
32
+ scancode -l --json-pp results.json tests/test_files # ScanCode 실행
33
+ python check_license_count.py results.json 3 # License 카운트 체크
34
35
[testenv:release]
36
@@ -50,4 +53,4 @@ commands =
50
53
51
54
[testenv:flake8]
52
55
deps = flake8
-commands = flake8
56
+commands = flake8 # Flake8 검사 실행
0 commit comments