Description
In order to facilitate and verify capgen's implementation of the --debug command-line switch, unit tests should be created that require this feature and can verify correct code generation.
Solution
Using the python unittest module, create unit tests that require and verify correct code generation when the --debug command-line switch is used.
Related to #325
Description
In order to facilitate and verify capgen's implementation of the
--debugcommand-line switch, unit tests should be created that require this feature and can verify correct code generation.Solution
Using the python unittest module, create unit tests that require and verify correct code generation when the
--debugcommand-line switch is used.Related to #325