Skip to content

Commit 3d36eea

Browse files
committed
Modernize test structure
1 parent 8561614 commit 3d36eea

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

runtests.jl

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/Catalan_test.jl renamed to test/basic.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ using Base.Test
5050
@test integer_partitions(5) == {[1, 1, 1, 1, 1], [2, 1, 1, 1], [2, 2, 1], [3, 1, 1], [3, 2], [4, 1], [5]}
5151
@test_throws integer_partitions(-1)
5252

53-
include("youngdiagrams.jl")

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include("basic.jl")
2+
include("youngdiagrams.jl")
3+

0 commit comments

Comments
 (0)