We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c631e0 commit c06c143Copy full SHA for c06c143
src/test_reference.jl
@@ -110,13 +110,13 @@ function test_reference(
110
actual = _convert(F, raw_actual; kw...)
111
# preprocessing when reference file doesn't exists
112
if !isfile(path)
113
- println("Reference file for \"$filename\" does not exist.")
+ @info("Reference file for \"$filename\" does not exist. It will be created")
114
# TODO: move encoding out from render
115
render(rendermode, raw_actual)
116
117
mkpath(dir)
118
savefile(file, actual)
119
-
+
120
@info("Please run the tests again for any changes to take effect")
121
return nothing # skip current test case
122
end
0 commit comments