|
3 | 3 | "tests": [ |
4 | 4 | { |
5 | 5 | "description": "Parse test for <class 'type'> PURL", |
6 | | - "test_group": "base", |
| 6 | + "test_group": "advanced", |
7 | 7 | "test_type": "parse", |
8 | 8 | "input": "pkg:swid/Acme/example.com/Enterprise+Server@1.0.0?tag_id=75b8c285-fa7b-485b-b199-4745e3004d0d", |
9 | 9 | "expected_output": { |
|
21 | 21 | }, |
22 | 22 | { |
23 | 23 | "description": "Rountrip test for <class 'type'> PURL", |
24 | | - "test_group": "base", |
| 24 | + "test_group": "advanced", |
25 | 25 | "test_type": "roundtrip", |
26 | 26 | "input": "pkg:swid/Acme/example.com/Enterprise+Server@1.0.0?tag_id=75b8c285-fa7b-485b-b199-4745e3004d0d", |
27 | 27 | "expected_output": "pkg:swid/Acme/example.com/Enterprise%2BServer@1.0.0?tag_id=75b8c285-fa7b-485b-b199-4745e3004d0d", |
|
30 | 30 | }, |
31 | 31 | { |
32 | 32 | "description": "Build test for <class 'type'> PURL", |
33 | | - "test_group": "base", |
| 33 | + "test_group": "advanced", |
34 | 34 | "test_type": "build", |
35 | 35 | "input": { |
36 | 36 | "type": "swid", |
|
93 | 93 | }, |
94 | 94 | { |
95 | 95 | "description": "Parse test for <class 'type'> PURL", |
96 | | - "test_group": "base", |
| 96 | + "test_group": "advanced", |
97 | 97 | "test_type": "parse", |
98 | 98 | "input": "pkg:swid/Adobe+Systems+Incorporated/Adobe+InDesign@CC?tag_id=CreativeCloud-CS6-Win-GM-MUL", |
99 | 99 | "expected_output": { |
|
111 | 111 | }, |
112 | 112 | { |
113 | 113 | "description": "Rountrip test for <class 'type'> PURL", |
114 | | - "test_group": "base", |
| 114 | + "test_group": "advanced", |
115 | 115 | "test_type": "roundtrip", |
116 | 116 | "input": "pkg:swid/Adobe+Systems+Incorporated/Adobe+InDesign@CC?tag_id=CreativeCloud-CS6-Win-GM-MUL", |
117 | 117 | "expected_output": "pkg:swid/Adobe%2BSystems%2BIncorporated/Adobe%2BInDesign@CC?tag_id=CreativeCloud-CS6-Win-GM-MUL", |
|
120 | 120 | }, |
121 | 121 | { |
122 | 122 | "description": "Build test for <class 'type'> PURL", |
123 | | - "test_group": "base", |
| 123 | + "test_group": "advanced", |
124 | 124 | "test_type": "build", |
125 | 125 | "input": { |
126 | 126 | "type": "swid", |
|
0 commit comments