Commit 646b851
committed
Implement support for tests loading all extensions
When running the tests, extensions are already loaded, or are requested
via the `--EXTENSIONS--` section explicitly. Some tests, though, would
benefit from loading and testing all available extension. We make that
possible by adding support for the `*` wildcard.1 parent b445641 commit 646b851
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1813 | 1813 | | |
1814 | 1814 | | |
1815 | 1815 | | |
| 1816 | + | |
1816 | 1817 | | |
1817 | 1818 | | |
1818 | 1819 | | |
| |||
2027 | 2028 | | |
2028 | 2029 | | |
2029 | 2030 | | |
| 2031 | + | |
| 2032 | + | |
| 2033 | + | |
2030 | 2034 | | |
2031 | 2035 | | |
2032 | 2036 | | |
| |||
0 commit comments