We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the console gives feedback if something fails such as
============================================================================== tests_periph_timer ============================================================================== tests_periph_timer.Periph Timer Base :: Verify basic functionality of the P... ============================================================================== Timer Init Should Succeed :: Verify timer_init return code | FAIL | 'Error' does not contain 'Success' ------------------------------------------------------------------------------
It would be nice to have the full struct printed so we can see the values and the command in the console output, something like:
============================================================================== tests_periph_timer ============================================================================== tests_periph_timer.Periph Timer Base :: Verify basic functionality of the P... ============================================================================== Timer Init Should Succeed :: Verify timer_init return code | FAIL | `Error' does not contain 'Success' cmd: init_val(dev=0) data: 5 msg: Initializing the periph timer result: Error ------------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
MrKevinWeiss
No branches or pull requests
Currently the console gives feedback if something fails such as
It would be nice to have the full struct printed so we can see the values and the command in the console output, something like:
The text was updated successfully, but these errors were encountered: