You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: