Skip to content

Commit 9116a5d

Browse files
committed
Add test case for adding url
1 parent 67bd20a commit 9116a5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ commands =
3333
cmd /c copy tests\add tests\add_result
3434
fosslight_prechecker add -p "tests\add_result" -c "2019-2021 LG Electronics Inc." -l "GPL-3.0-only"
3535
fosslight_prechecker add -p "tests\add" -l "EPL-1.0"
36+
fosslight_prechecker add -p "tests\add" -u "https://github.com/fosslight/fosslight_prechecker/"
3637

3738
[testenv:ubuntu]
3839
commands =
@@ -45,6 +46,7 @@ commands =
4546
cp -r tests/add tests/add_result
4647
fosslight_prechecker add -p "tests/add_result" -c "2019-2021 LG Electronics Inc." -l "GPL-3.0-only"
4748
fosslight_prechecker add -p "tests/add" -l "EPL-1.0"
49+
fosslight_prechecker add -p "tests/add" -u "https://github.com/fosslight/fosslight_prechecker/"
4850

4951
[testenv:release]
5052
deps =
@@ -58,4 +60,5 @@ commands =
5860
cp -r tests/add tests/add_result
5961
fosslight_prechecker add -p tests/add_result -c "2019-2021 LG Electronics Inc." -l "GPL-3.0-only"
6062
fosslight_prechecker add -p tests/add -l EPL-1.0
63+
fosslight_prechecker add -p tests/add -u "https://github.com/fosslight/fosslight_prechecker/"
6164
pytest -v --flake8

0 commit comments

Comments
 (0)