We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd823ff + 26d23de commit 923149fCopy full SHA for 923149f
1 file changed
test/runtests.jl
@@ -1,9 +1,9 @@
1
using FilePaths
2
using Base.Test
3
4
-info("Beginning tests...")
+@testset "FilePaths" begin
5
6
include("mode.jl")
7
include("path.jl")
8
9
-info("All tests passed.")
+end
0 commit comments