Skip to content

Commit 419b42b

Browse files
committed
test(model): Test against the official purl test suite data
The data has been copied from [1]. [1]: https://github.com/package-url/purl-spec/blob/fa4881f3beab3a8748680690c57846fdd75091cd/test-suite-data.json Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent b1740ef commit 419b42b

File tree

3 files changed

+624
-0
lines changed

3 files changed

+624
-0
lines changed

REUSE.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ precedence = "aggregate"
125125
SPDX-FileCopyrightText = "2017 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)"
126126
SPDX-License-Identifier = "Apache-2.0"
127127

128+
[[annotations]]
129+
path = "model/src/test/assets/test-suite-data.json"
130+
precedence = "aggregate"
131+
SPDX-FileCopyrightText = "2017 the purl authors"
132+
SPDX-License-Identifier = "MIT"
133+
128134
[[annotations]]
129135
path = "plugins/reporters/web-app-template/**"
130136
precedence = "aggregate"

0 commit comments

Comments
 (0)