-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add qualifier error tracing #611
Add qualifier error tracing #611
Conversation
Solve #609 |
11704af
to
3375f39
Compare
You should run |
3375f39
to
f6efa25
Compare
@@ -171,13 +172,20 @@ class AnodDummy(Anod): | |||
with pytest.raises(AnodError) as err: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it should raise a QualifierError right ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have updated this every where I found it
f6efa25
to
1d8e2e4
Compare
Enhance the errors raised by the qualifier manager to show the parent (above in the dependency tree) spec.
1d8e2e4
to
9482731
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Enhance the errors raised by the qualifier manager to show the parent (above in the dependency tree) spec.