-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add call delegation tests for both guibot extension interfaces
This requires a bit of meta-programming and other mock flexing but it provides complete coverage of API consistency and also: 1) Already detected some stale out of date calls for two functions. 2) Already suggested improvement on the design of the interfaces by using generic positional and keyword arguments. The generalization of arguments to pass along will also simplify adding new interface methods in the future as by the end of this branch we added multiple such and accumulate the need to simplify.
- Loading branch information
Showing
3 changed files
with
250 additions
and
143 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
Oops, something went wrong.