File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 67
67
run : pod install --clean-install
68
68
- name : Run Test
69
69
run : |
70
- fosslight_dependency -p tests/test_pypi -o tests/result/pip
70
+ fosslight_dependency -p tests/test_pypi -o tests/result/pypi
71
71
fosslight_dependency -p tests/test_npm1 -o tests/result/npm1
72
72
fosslight_dependency -p tests/test_npm2 -o tests/result/npm2 -m npm
73
73
fosslight_dependency -p tests/test_maven1/lombok.maven -o tests/result/maven1
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ commands =
38
38
# Test for PEP8
39
39
pytest -v --flake8
40
40
# Test for Pypi
41
- fosslight_dependency -p tests/test_pypi -o tests/result/pip
41
+ fosslight_dependency -p tests/test_pypi -o tests/result/pypi
42
42
# Test for NPM (without optional command)
43
43
fosslight_dependency -p tests/test_npm1 -o tests/result/npm1
44
44
# Test for NPM (with optional command)
@@ -60,6 +60,8 @@ commands =
60
60
pytest -v --flake8
61
61
# Test for making excutable file
62
62
pyinstaller --onefile cli.py -n cli --additional-hooks-dir =hooks --add-binary " src\fosslight_dependency\third_party\askalono\askalono.exe;third_party\askalono"
63
+ # Test for Pypi
64
+ {toxinidir}\dist\cli.exe -p tests\test_pypi -o tests\result\pypi
63
65
# Test for Maven (without optional command)
64
66
{toxinidir}\dist\cli.exe -p tests\test_maven1\lombok.maven -o tests\result\maven1
65
67
# Test for Maven (with optional command)
You can’t perform that action at this time.
0 commit comments