Keyword argument checking by murrayrm · Pull Request #713 · python-control/python-control
Conversation
This PR implements checks for unrecognized keywords in all functions that accept variable keywords (addressing #528). This is accomplished using a the kwargs_test unit test, which inspects the module, finds all functions with variable keyword arguments, and then makes sure there is a unit test that confirms that sending an unknown keyword generates an error.
murrayrm
marked this pull request as ready for review
This file contains hidden or 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