ederc / GroebnerBasis.jl

Julia wrapper for gb
Other
7 stars 6 forks source link

Convert test to use `@testset` #10

Closed fingolfin closed 3 years ago

fingolfin commented 3 years ago

The tests currently use a bunch of functions which call other functions. This would be more naturally modelled using @testset

fingolfin commented 3 years ago

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