Commit 7e5eb95
authored
Test examples notebooks with library descriptor (#439)
Improve `NotebooksTest` to also test the Jupyter integration. Before
this change, by using Kotlin scripting `DependsOn` and imports, the
library's integration with Kotlin Jupyter was not tested. After this
change, by using the `%use` magic line, Kotlin Jupyter will use the
library's integration as part of the test. Currently, that integration
is merely importing some classes, but this change is still an
improvement in that it increases coverage.1 parent d1927be commit 7e5eb95
File tree
1 file changed
+16
-8
lines changed- library/src/examplesTest/kotlin/com/gabrielfeo/develocity/api/example/notebook
1 file changed
+16
-8
lines changedLines changed: 16 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
56 | 61 | | |
57 | 62 | | |
58 | 63 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
69 | 77 | | |
0 commit comments