Skip to content

Commit 381e61f

Browse files
committed
Print test files
1 parent 2e99e7b commit 381e61f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/runtests.jl

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ testfiles =
4444

4545
@testset "TableTransforms.jl" begin
4646
for testfile in testfiles
47+
println("Testing $testfile...")
4748
include(testfile)
4849
end
4950
end

test/transforms.jl

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ transformfiles = [
2626

2727
@testset "Transforms" begin
2828
for transformfile in transformfiles
29+
println("Testing $transformfile...")
2930
include("transforms/$transformfile")
3031
end
3132
end

0 commit comments

Comments
 (0)