Skip to content
New issue

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

Add key-value output format with segment and group #25

Open
Thecarisma opened this issue Oct 19, 2020 · 0 comments
Open

Add key-value output format with segment and group #25

Thecarisma opened this issue Oct 19, 2020 · 0 comments

Comments

@Thecarisma
Copy link
Member

Text

  + (0.00s) test assert equal
  + (0.00s) test assert not equal

Passed test_assert_test_verbose_levels.c:6: in 'test_assert_equal' => expected 'NULL=0000000000000000', received '((void*)0)=0000000000000000'
Passed test_assert_test_verbose_levels.c:10: in 'test_assert_not_equal' => not expecting 'NULL', received '"NotEqual"'
Passed test_assert_test_verbose_levels.c:11: in 'test_assert_not_equal' expr => '(1)'

Ran 2 test(s) in 0.00 Seconds
Synthesis: SUCCESS Tests: 2 | Passing: 2 | Failing: 0

key-value

total_test = 2
passing = 2
failing = 0
file_name = test_assert_test_verbose_levels

[test_assert_equal]
total_test = 1
passing = 1
failing = 0
time_taken = 0.00s
output = Passed test_assert_test_verbose_levels.c:6: in 'test_assert_equal' => expected 'NULL=0000000000000000', received '((void*)0)=0000000000000000'

[test_assert_not_equal]
total_test = 2
passing = 2
failing = 0
time_taken = 0.00s
output = Passed test_assert_test_verbose_levels.c:10: in 'test_assert_not_equal' => not expecting 'NULL', received '"NotEqual"' \
                           Passed test_assert_test_verbose_levels.c:11: in 'test_assert_not_equal' expr => '(1)'


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant