Skip to content

Commit

Permalink
Try to fix tests on 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed May 19, 2018
1 parent e0eb9b4 commit 8fd8905
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion test/REQUIRE

This file was deleted.

9 changes: 6 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
using DeepDiffs
using Compat
using Compat.Test
using TestSetExtensions

@testset DottedTestSet "DeepDiff Tests" begin
@includetests ARGS
@testset "DeepDiff Tests" begin
include("arrays.jl")
include("dicts.jl")
include("display.jl")
include("simplediff.jl")
include("strings.jl")
end

0 comments on commit 8fd8905

Please sign in to comment.