Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fully initialize global state in tests by calling apply_options (#2117)
As stated in this comment: #1926 (comment) A global state is not fully initialized without `apply_options` being called, which the current `with_server` test helper does not do. This means that when tests are being run, detections around things like test library are not performed, which can yield unexpected results to developers, especially addon authors. This commit changes the `with_server` test helper to call `apply_options`.
- Loading branch information