You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Rename setup() to test() as it only returns after the test has happened.
* Separate tracking the mutable dist servers from the new const dist server
* Permit starting a test with no dist server
* add with_scenario to construct a specific dist server on-demand, but also cache it for other tests
* Migrate cli-exact to use with_scenario
* Remove some stale no longer relvant end of test checks
* Cached dist servers are generated new per test run for now, and are
unique per test binary. They leak at the end of the test, but aren't
very large. Clean your target :).
* Simplify many tests that had unnecessary work in them (work that wasn't being tested)
0 commit comments