"""Smoke test for the flomni_sim fixture -- construct it, touch no scan.""" def test_flomni_sim_constructs_and_reads_params(flomni_sim): flomni = flomni_sim print("sample_name:", flomni.sample_name) print("tomo_countingtime:", flomni.tomo_countingtime) flomni.tomo_queue_show()