File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 14
14
"https://spdx.org/spdxdocs/spdx-tools-v1.2-3F2504E0-4F89-41D3-9A0C-0305E82..." ,
15
15
"http://some.url" ,
16
16
"http://ftp.gnu.org/gnu/glibc/glibc-ports-2.15.tar.gz" ,
17
+ "HTTP://SOME.URL" ,
17
18
],
18
19
)
19
20
def test_valid_url (input_value ):
@@ -79,6 +80,7 @@ def test_invalid_url(input_value):
79
80
"bzr+https://bzr.myproject.org/MyProject/trunk@2019" ,
80
81
"bzr+http://bzr.myproject.org/MyProject/trunk@v1.0" ,
81
82
"bzr+https://bzr.myproject.org/MyProject/trunk@2019#src/somefile.c" ,
83
+ "BZR+HTTPS://BZR.MYPROJECT.ORG/MYPROJECT/TRUNK@2019#SRC/SOMEFILE.C" ,
82
84
],
83
85
)
84
86
def test_valid_package_download_location (input_value ):
@@ -106,6 +108,7 @@ def test_invalid_package_download_location(input_value):
106
108
"https://spdx.org/spdxdocs/spdx-tools-v1.2-3F2504E0-4F89-41D3-9A0C-0305E82..." ,
107
109
"h://someweirdtest^?" ,
108
110
"https://some.uri that goes on!?" ,
111
+ "HTtPS://SOME.URI With CAPITALS" ,
109
112
],
110
113
)
111
114
def test_valid_uri (input_value ):
You can’t perform that action at this time.
0 commit comments