Fixes #28 as far as I can tell. I ran with the same seed before and after the changes and it went from failing to passing.
The problems were that some background threads were being started by a few tests and weren't cleaned up at the end so they were triggering events in other tests.
Fixes #28 as far as I can tell. I ran with the same seed before and after the changes and it went from failing to passing.
The problems were that some background threads were being started by a few tests and weren't cleaned up at the end so they were triggering events in other tests.