Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions tests/types/conan-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,40 +105,6 @@
"expected_failure": false,
"expected_failure_reason": null
},
{
"description": "invalid conan purl only namespace",
"test_group": "base",
"test_type": "parse",
"input": "pkg:conan/bincrafters/cctz@2.3",
"expected_output": null,
"expected_failure": true,
"expected_failure_reason": "Should fail to parse a PURL from invalid purl input"
},
{
"description": "invalid conan purl only namespace",
"test_group": "base",
"test_type": "parse",
"input": "pkg:conan/bincrafters/cctz@2.3",
"expected_output": null,
"expected_failure": true,
"expected_failure_reason": "Should fail to parse a PURL from invalid canonical purl input"
},
{
"description": "invalid conan purl only namespace",
"test_group": "base",
"test_type": "build",
"input": {
"type": "conan",
"namespace": "bincrafters",
"name": "cctz",
"version": "2.3",
"qualifiers": null,
"subpath": null
},
"expected_output": null,
"expected_failure": true,
"expected_failure_reason": "Should fail to build a PURL from invalid input components"
},
{
"description": "invalid conan purl only channel qualifier",
"test_group": "base",
Expand Down