Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ getini
Method
getini
testing/test_junitxml.py:956–957 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
954
self.stash = Stash()
955
956
def
getini(self, name):
957
return
"pytest"
958
959
junitprefix = None
960
# XXX: shouldn't need tmp_path ?
Callers
13
test_ini_names
Method · 0.45
test_pyproject_toml
Method · 0.45
test_toxini_before_lower_pytestini
Method · 0.45
test_explicitly_specified_config_file_is_loaded
Method · 0.45
test_addini
Method · 0.45
test_addini_paths
Method · 0.45
check_config_args
Method · 0.45
check_config_linelist
Method · 0.45
test_addini_bool
Method · 0.45
test_addinivalue_line_existing
Method · 0.45
test_addinivalue_line_new
Method · 0.45
test_option_default
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected