Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ assert_attr
Method
assert_attr
testing/test_junitxml.py:119–121 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
117
return
node.value
118
119
def
assert_attr(self, **kwargs):
120
__tracebackhide__ = True
121
return
assert_attr(self.__node, **kwargs)
122
123
def
toxml(self):
124
return
self.__node.toxml()
Callers
15
test_summing_simple
Method · 0.80
test_summing_simple_with_errors
Method · 0.80
test_hostname_in_xml
Method · 0.80
test_setup_error
Method · 0.80
test_teardown_error
Method · 0.80
test_call_failure_teardown_error
Method · 0.80
test_skip_contains_name_reason
Method · 0.80
test_mark_skip_contains_name_reason
Method · 0.80
test_mark_skipif_contains_name_reason
Method · 0.80
test_classname_instance
Method · 0.80
test_classname_nested_dir
Method · 0.80
test_internal_error
Method · 0.80
Calls
1
assert_attr
Function · 0.85
Tested by
no test coverage detected