Commit d7d968b
committed
smoke-all - Add a way to add post render cleanup file from YAML
Using something like
```
_quarto:
tests:
html:
shouldError: default
postRenderCleanup:
- '${input_stem}.quarto_ipynb'
```
would clean the intermediate file , which is not cleaned by default as render is erroring.1 parent 4a922cc commit d7d968b
File tree
2 files changed
+31
-1
lines changed- tests
- docs/smoke-all/jupyter/error
- smoke
2 files changed
+31
-1
lines changedLines changed: 2 additions & 0 deletions
| 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 | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
95 | 109 | | |
96 | 110 | | |
97 | 111 | | |
| |||
127 | 141 | | |
128 | 142 | | |
129 | 143 | | |
130 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
131 | 158 | | |
132 | 159 | | |
133 | 160 | | |
| |||
298 | 325 | | |
299 | 326 | | |
300 | 327 | | |
| 328 | + | |
301 | 329 | | |
302 | 330 | | |
303 | 331 | | |
| |||
0 commit comments