JuliaCI/PkgTemplates.jl

Use ReferenceTests.jl

Open

#383 opened on Feb 8, 2023

View on GitHub
 (0 comments) (1 reaction) (0 assignees)Julia (697 stars) (112 forks)batch import
help wantedrefactor

Description

Right now the reference tests in this package use their own logic. It isn't super complex but it is more or less the same as what ReferenceTests.jl does for strings.

It might be good to just use ReferenceTests.jl for a more consistent developer experience

Contributor guide