Commit adea902
authored
test: run unit tests before integration tests (#1832)
This change:
* will allow a failed unit test to fail the full test pipeline significantly faster than previously
* isolates unit tests from integration tests
* loads less irrelevant files when running mocha test suites (e.g. `test/util/**`, `test/format/**`, `test/data/**` only loaded on demand)
* protects against mistakes like that fixed in #18281 parent 05bc5c0 commit adea902
2 files changed
Lines changed: 4 additions & 18 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
113 | | - | |
| 114 | + | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
| |||
0 commit comments