view test/runtests.jl @ 386:895ec483d741 feature/lazy_array/isapprox

Implement isapprox between LazyArray and scalars.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 01 Oct 2020 07:44:39 +0200
parents 1cafeb286c00
children 2808c41f5efa
line wrap: on
line source

using Test
using TestSetExtensions

@testset ExtendedTestSet "All" begin
    @includetests ARGS
end