comparison test/runtests.jl @ 445:a79d7b3209c9

Remove ExtendedTestSet from runtests.jl
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 20 Oct 2020 09:23:16 +0200
parents f0d6906d8937
children 988e9cfcd58d 48a61e085e60
comparison
equal deleted inserted replaced
444:b685eadc349a 445:a79d7b3209c9
1 using Test 1 using Test
2 using TestSetExtensions 2 using TestSetExtensions
3 3
4 @testset ExtendedTestSet "All" begin 4 @testset "All" begin
5 @includetests ARGS 5 @includetests ARGS
6 end 6 end