Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixtures: Make
daemon_client
function scoped
This is more expensive than the original idea of having it session scoped since now the daemon is stopped after each function usage, however, not stopping the daemon can cause tests to fail if previous tests leave it in an inconsistent state.
- Loading branch information