Skip to content

Add requirement priority #31

@avinash2692

Description

@avinash2692

Something like:

class RequirementPriority(Enum):
    """Specifies the priority of a requirement. This can be used in sampling strategies to choose between two partially failing options."""

    MAY = "MAY"
    MUST = "MUST"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions