Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split test_levels into multiple properties #1336

Open
mattias-p opened this issue Apr 4, 2024 · 0 comments
Open

Split test_levels into multiple properties #1336

mattias-p opened this issue Apr 4, 2024 · 0 comments

Comments

@mattias-p
Copy link
Member

Depends on:

Today if you want to override the severity of a single test message you have to
specify the severities of all the test messages. This is rather cumbersome.
Instead of having a single complex test_levels property, one property for each
message tag reported by a test module should be dynamically created. I.e. when
the Basic module is registered and it reports a B01_NO_CHILD message tag, a
test_levels.BASIC.B01_NO_CHILD property should be dynamically created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant