Closed fingolfin closed 3 years ago
The tests currently use a bunch of functions which call other functions. This would be more naturally modelled using @testset
@testset
Perhaps the goal was to be able to (re)run select tests only? In that case perhaps take a look at https://github.com/RelationalAI-oss/XUnit.jl or https://github.com/JuliaTesting/ReTest.jl
The tests currently use a bunch of functions which call other functions. This would be more naturally modelled using
@testset