RR

Size: a a a
RR
АХ
SM
SM
SM
RR
АХ
i
АХ
D
RR
НH
ДК
A
АК
pytest_runtest_call(item):
.
tef test_bla_bla (my_fixture):
obj = my_fixture
...
def pytest_runtest_call(item):
item.funcargs.get("my_fixture") # <object at 0x10ecff710>
tef test_bla_bla (my_fixture_param):
obj = my_fixture_param(1)
...
def pytest_runtest_call(item):
item.funcargs.get("my_fixture_param") # <function my_fixture_param.<locals>._my_fixture_param at 0x115fa9cb0>
А
АК
А
А