-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtestreport.log
29 lines (29 loc) · 1.11 KB
/
testreport.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
=== RUN before_all
--- PASS: before_all (0.00s)
=== RUN it_should_execute_command
--- PASS: it_should_execute_command (0.01s)
=== RUN it_should_show_correct_duration
--- PASS: it_should_show_correct_duration (0.20s)
=== RUN it_should_support_defer
--- PASS: it_should_support_defer (0.02s)
=== RUN it_should_compare_exit_code
--- PASS: it_should_compare_exit_code (0.00s)
=== RUN it_should_compare_string
--- PASS: it_should_compare_string (0.01s)
=== RUN it_should_compare_string_with_description
--- PASS: it_should_compare_string_with_description (0.00s)
=== RUN it_should_match_regexp
--- PASS: it_should_match_regexp (0.00s)
=== RUN it_should_negate_correctly
--- PASS: it_should_negate_correctly (0.01s)
=== RUN it_should_be_possible_to_skip_a_test
skipping test: only works in January
--- SKIP: it_should_be_possible_to_skip_a_test (0.00s)
=== RUN it_should_have_correct_number_of_failing_tests
--- PASS: it_should_have_correct_number_of_failing_tests (0.75s)
=== RUN it_should_execute_external_tests
--- PASS: it_should_execute_external_tests (0.00s)
=== RUN after_all
--- PASS: after_all (0.00s)
PASS
ok passing-tests 1.360s