I have unit tests that use Test.with_handler, which works with the release version, but doesn't work with nightly because apparently with_handler has been removed.
How do I use my own custom handlers with nightly, and more importantly, how do I write tests that work both in release and nightly? My code works in both, it's just my tests that don't.