comparison test/runtests.jl @ 338:2b0c9b30ea3b refactor/combine_to_one_package

Add test sets for each submodule to make the test output nicer
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 25 Sep 2020 13:48:23 +0200
parents 01b851161018
children 1cafeb286c00
comparison
equal deleted inserted replaced
337:d93099b1882e 338:2b0c9b30ea3b
1 using Test 1 using Test
2 using TestSetExtensions 2 using TestSetExtensions
3 3
4 @testset "All tests" begin 4 @testset "All" begin
5 @includetests ARGS 5 @includetests ARGS
6 end 6 end