Several Python backend tests use a session-scoped, autouse fixture named do_something to set the CUDA-Q target and perform teardown. The name is not descriptive.
Replace these instances with something meaningful like set_up_target or reset_target_and_clear_registries.