Commit c8d9b18
committed
Fix test validation to match global test discovery counting invocations
The 'expected_unit_tests' config actually validates the number of test
invocations (function calls in tests), not the number of test files.
Updated regex to match the global discovery message format:
'Discovered X existing unit tests and Y replay tests in Z.Zs at /path'
This counts how many times functions are called/invoked in test files,
which is what num_discovered_tests represents in the codebase.1 parent bd43f56 commit c8d9b18
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
185 | | - | |
186 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
0 commit comments