In FuzzProcess, if we switch to a target in the same (class/module/package), we don't have to tear down pytest fixtures for that scope.
In particular, we never need to tear down session-scoped fixtures when switching targets. It may not be worth tracking state beyond session-scoped.
In
FuzzProcess, if we switch to a target in the same (class/module/package), we don't have to tear down pytest fixtures for that scope.In particular, we never need to tear down session-scoped fixtures when switching targets. It may not be worth tracking state beyond session-scoped.