Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

2.0 - Test Config - Inheritance #55

@pflarr

Description

@pflarr

Inheritance will allow us to write sub-tests with a minimum of configuration based on a single parent test.

Inheritance Properties

  • Single Inheritance
  • Allowed only within a test config file (not across configs).
  • File order independent
  • Child attributes added will override parent attributes completely.
    • This includes lists; If a parent item is a list, it will be replaced entirely by anything specified in the child.

Inheritance will come before test permutations are generated and after config validation.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions