comparison test/runtests.jl @ 422:f0d6906d8937 bugfix/tensor_application_multiplication

Revert unintentional change of runtests
author Jonatan Werpers <jonatan@werpers.com>
date Sun, 18 Oct 2020 22:12:30 +0200
parents 2808c41f5efa
children a79d7b3209c9
comparison
equal deleted inserted replaced
421:2808c41f5efa 422:f0d6906d8937
1 using Test 1 using Test
2 using TestSetExtensions 2 using TestSetExtensions
3 3
4 @testset "All" begin 4 @testset ExtendedTestSet "All" begin
5 @includetests ARGS 5 @includetests ARGS
6 end 6 end