Skip to content

Commit

Permalink
Wrap all tests in one testset (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff authored and rofinn committed Feb 12, 2018
1 parent 150b24e commit 26d23de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using FilePaths
using Base.Test

info("Beginning tests...")
@testset "FilePaths" begin

include("mode.jl")
include("path.jl")

info("All tests passed.")
end

0 comments on commit 26d23de

Please sign in to comment.