Skip to content

Commit 032a5b8

Browse files
committed
tests - add for project context and single file context
1 parent 37d2824 commit 032a5b8

File tree

4 files changed

+33
-0
lines changed

4 files changed

+33
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.quarto/
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
format: html
3+
keep-ipynb: true
4+
_quarto:
5+
tests:
6+
html:
7+
fileExists:
8+
outputPath: 12780.quarto_ipynb
9+
postRenderCleanup:
10+
- ${input_stem}.quarto_ipynb
11+
---
12+
13+
```{python}
14+
1 + 1
15+
```
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
project:
2+
type: default
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
format: html
3+
keep-ipynb: true
4+
_quarto:
5+
tests:
6+
html:
7+
fileExists:
8+
outputPath: 12780.quarto_ipynb
9+
postRenderCleanup:
10+
- ${input_stem}.quarto_ipynb
11+
---
12+
13+
```{python}
14+
1 + 1
15+
```

0 commit comments

Comments
 (0)