Commit b6e63d8
committed
fix(test2): Capture names as full paths
Regarding the bug shown visible in the test in the previous commit,
where two passing tests both named `foo` would give output that
only 1 test passed: The test macros should now always give unique
names to all tests, so this is no longer visible when using the macros.
However, unique test names is noo guaranteed when using the imperative
API, so the bug could still happen (just not when using the macros).1 parent 55dd64a commit b6e63d8
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments