generated from coulomb/repo-seed
Some checks failed
ci / validate-registry (push) Has been cancelled
Implement Integration Definition validator CLI with schema and index checks, pytest suite, and CI workflow. Register open-cmis-tck and issue-core-gitea in the integration index. Closes OPEN-WP-0003 and OPEN-WP-0004.
26 lines
494 B
YAML
26 lines
494 B
YAML
schema_version: open-reuse.integration.v0.1
|
|
id: fixture-valid
|
|
name: Fixture Valid Integration
|
|
status: registered
|
|
owner: open-reuse
|
|
|
|
upstream:
|
|
name: Example Upstream
|
|
project_url: https://example.com/upstream
|
|
|
|
reuse:
|
|
primary_reuse_mode: adapter
|
|
|
|
boundary:
|
|
type: adapter
|
|
local_adapter: fixture.adapter.Adapter
|
|
reused_surface: upstream API
|
|
|
|
validation:
|
|
harness: python3 -m pytest tests/
|
|
|
|
maintenance:
|
|
maintainers:
|
|
- fixture-team
|
|
escalation_conditions:
|
|
- validation failure |