Ok, so - this is basically no different with testresources than with any by-hand use of shared state across tests. Use of addCleanup rather than depending on tearDown running would fix it.
-> We should have the TestResources basic glue use addCleanup when possible.
Ok, so - this is basically no different with testresources than with any by-hand use of shared state across tests. Use of addCleanup rather than depending on tearDown running would fix it.
-> We should have the TestResources basic glue use addCleanup when possible.