-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More tests, rearranged some behavior
* Callbacks::Executor::Executable no longer aborts when an unexecutable hook is detected. Instead, it's basically a no-op. * Callbacks::Distributor::ViabilityFilter now warns on the detection of an unexecutable hook, but still passes the hook along for execution. This is to make things jibe with the old outside test suite, and it's actually a bit closer to how we want to handle things in the long run (detecting hook problems before they ever get a chance to execute). * With the exception of (more or less) dumb data clump types, the entirety of the Callbacks namespace is tested to at least 98% coverage in the inside suite. * Deprecated some outside test examples, as they don't work well with the new hook implementation, and the outside suite is to have a full rewrite in the near future.
- Loading branch information
Showing
7 changed files
with
151 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.