-
Notifications
You must be signed in to change notification settings - Fork 5
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
Use xfail instead of NotImplementedError to skip tests unsupported by an algebra #281
Comments
jgosmann
added a commit
that referenced
this issue
Nov 6, 2021
This makes it more clear when certain features are not supported by an algebra. To be able to use xfail, this adds a mechanism to declare what sidedness values are supported by specfic algebra operations. This mechanism is a decorator which adds an attribute with the allowed sidedness values to the method object. Closes #281.
4 tasks
jgosmann
added a commit
that referenced
this issue
Nov 6, 2021
This makes it more clear when certain features are not supported by an algebra. To be able to use xfail, this adds a mechanism to declare what sidedness values are supported by specfic algebra operations. This mechanism is a decorator which adds an attribute with the allowed sidedness values to the method object. Closes #281.
jgosmann
added a commit
that referenced
this issue
Nov 7, 2021
This makes it more clear when certain features are not supported by an algebra. To be able to use xfail, this adds a mechanism to declare what sidedness values are supported by specfic algebra operations. This mechanism is a decorator which adds an attribute with the allowed sidedness values to the method object. Closes #281.
jgosmann
added a commit
that referenced
this issue
Nov 9, 2021
This makes it more clear when certain features are not supported by an algebra. To be able to use xfail, this adds a mechanism to declare what sidedness values are supported by specfic algebra operations. This mechanism is a decorator which adds an attribute with the allowed sidedness values to the method object. Closes #281.
jgosmann
added a commit
that referenced
this issue
Nov 13, 2021
This makes it more clear when certain features are not supported by an algebra. To be able to use xfail, this adds a mechanism to declare what sidedness values are supported by specfic algebra operations. This mechanism is a decorator which adds an attribute with the allowed sidedness values to the method object. Closes #281.
jgosmann
added a commit
that referenced
this issue
Nov 13, 2021
This makes it more clear when certain features are not supported by an algebra. To be able to use xfail, this adds a mechanism to declare what sidedness values are supported by specfic algebra operations. This mechanism is a decorator which adds an attribute with the allowed sidedness values to the method object. Closes #281.
jgosmann
added a commit
that referenced
this issue
Nov 13, 2021
This makes it more clear when certain features are not supported by an algebra. To be able to use xfail, this adds a mechanism to declare what sidedness values are supported by specfic algebra operations. This mechanism is a decorator which adds an attribute with the allowed sidedness values to the method object. Closes #281.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See this comment.
The text was updated successfully, but these errors were encountered: