We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84511b2 commit a620310Copy full SHA for a620310
test/runtests.jl
@@ -13,6 +13,7 @@ outfile = pluto_to_pdf(testfile; open=is_CI, options=(format="A5",))
13
14
15
@test isfile(outfile)
16
+@test dirname(outfile) == dirname(testfile)
17
@test endswith(outfile, ".pdf")
18
19
output_dir = get(ENV, "TEST_OUTPUT_DIR", nothing)
0 commit comments