None
Test: nexusfiles-scipp|loki|loki_read_monitor_data|beam_monitor_1
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
item =
def pytest_runtest_call(item) -> None:
coda_file = getattr(item, "_coda_file", None)
if coda_file is not None:
> item.record_property("coda_file", coda_file)
^^^^^^^^^^^^^^^^^^^^
E AttributeError: 'Function' object has no attribute 'record_property'
tests/conftest.py:17: AttributeError
System Out:
--------------------------------- Captured Log ---------------------------------
request =
_session_coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_loki_999999_00014899.hdf')
@pytest.fixture
def coda_nexus_file_path(request, _session_coda_nexus_file_path: Path) -> Path:
> request.node.record_property(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"coda_file",
str(_session_coda_nexus_file_path),
)
E AttributeError: 'Function' object has no attribute 'record_property'
.tox/nexusfiles-scipp-loki/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/setup_fixtures.py:46: AttributeError
System Out:
--------------------------------- Captured Log ---------------------------------
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None