|
1 | | -[Passed] tests.fibonacci_test.case_1 |
2 | | -[Passed] tests.fibonacci_test.case_1 |
3 | | -[Passed] tests.fibonacci_test.case_2 |
4 | | -[Passed] tests.fibonacci_test.case_2 |
5 | | -[Failed] tests.fibonacci_test.case_3 thread 'tests::fibonacci_test::case_3' panicked at add_one\src\lib.rs:31:9: |
| 1 | +[Passed] integration_test_1 |
| 2 | +[Failed] integration_test_2 thread 'integration_test_2' panicked at add_one\tests\integration_tests_2.rs:3:5: |
6 | 3 | assertion `left == right` failed |
7 | | - left: 1 |
8 | | - right: 2 |
| 4 | + left: 4 |
| 5 | + right: 5 |
9 | 6 | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
10 | 7 |
|
| 8 | +[Passed] tests.fibonacci_test.case_1 |
| 9 | +[Passed] tests.fibonacci_test.case_2 |
11 | 10 | [Failed] tests.fibonacci_test.case_3 thread 'tests::fibonacci_test::case_3' panicked at add_one\src\lib.rs:31:9: |
12 | 11 | assertion `left == right` failed |
13 | 12 | left: 1 |
14 | 13 | right: 2 |
15 | 14 | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
16 | 15 |
|
17 | | -[Passed] tests.it_works |
18 | | -[Passed] tests.it_works |
| 16 | +[Passed] tests.it_works |
19 | 17 | [Failed] tests.it_works_failing thread 'tests::it_works_failing' panicked at adder\src\main.rs:34:9: |
20 | 18 | assertion `left == right` failed |
21 | 19 | left: 3 |
22 | 20 | right: 5 |
23 | 21 |
|
24 | | -[Passed] tests.it_works_passing |
| 22 | +[Passed] tests.it_works_passing |
25 | 23 | [NotExecuted] tests.it_works_skipped this is a test for ignore aka skip |
26 | 24 | [NotExecuted] tests.it_works245 ignored for now! |
27 | | -[NotExecuted] tests.it_works245 ignored for now! |
28 | | -[Passed] tests.multiplication_tests.when_both_operands_are_negative |
29 | | -[Passed] tests.multiplication_tests.when_both_operands_are_negative |
30 | | -[Passed] tests.multiplication_tests.when_both_operands_are_positive |
31 | | -[Passed] tests.multiplication_tests.when_both_operands_are_positive |
32 | | -[Passed] tests.multiplication_tests.when_operands_are_swapped |
33 | | -[Passed] tests.multiplication_tests.when_operands_are_swapped |
34 | | -[Passed] tests.should_fail |
35 | | -[Passed] tests.should_fail |
36 | | -[Passed] tests.should_success |
37 | | -[Passed] tests.should_success |
| 25 | +[Passed] tests.multiplication_tests.when_both_operands_are_negative |
| 26 | +[Passed] tests.multiplication_tests.when_both_operands_are_positive |
| 27 | +[Passed] tests.multiplication_tests.when_operands_are_swapped |
| 28 | +[Passed] tests.should_fail |
| 29 | +[Passed] tests.should_success |
38 | 30 | [Failed] tests1.tests1.it_works_failing2 thread 'tests1::tests1::it_works_failing2' panicked at adder\src\tests1.rs:20:9: |
39 | 31 | assertion `left == right` failed |
40 | 32 | left: 3 |
41 | 33 | right: 6 |
42 | 34 | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
43 | 35 |
|
44 | | -[Passed] tests1.tests1.it_works_passing2 |
| 36 | +[Passed] tests1.tests1.it_works_passing2 |
45 | 37 | [NotExecuted] tests1.tests1.it_works_skipped2 this is a test for ignore aka skip |
0 commit comments