We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
add_note
1 parent f450b95 commit c3bd399Copy full SHA for c3bd399
array_api_tests/pytest_helpers.py
@@ -38,6 +38,8 @@ def add_note(exc, note):
38
39
For Python 3.11+, this uses the built-in exc.add_note() method.
40
For earlier versions, it manually appends to exc.__notes__.
41
+
42
+ https://github.com/HypothesisWorks/hypothesis/issues/4606#issuecomment-3568140174
43
"""
44
try:
45
exc.add_note(note)
0 commit comments