We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e99e7b commit 381e61fCopy full SHA for 381e61f
test/runtests.jl
@@ -44,6 +44,7 @@ testfiles =
44
45
@testset "TableTransforms.jl" begin
46
for testfile in testfiles
47
+ println("Testing $testfile...")
48
include(testfile)
49
end
50
test/transforms.jl
@@ -26,6 +26,7 @@ transformfiles = [
26
27
@testset "Transforms" begin
28
for transformfile in transformfiles
29
+ println("Testing $transformfile...")
30
include("transforms/$transformfile")
31
32
0 commit comments