idoneal - tests.go

// The tests package provides easy access to test data for testing.
package tests // import "vimagination.zapto.org/idoneal/tests"

import "embed"

// FS contains all of the embedded test data.
//
//go:embed *.fastq *.fastq.gz *.sequences *.nucleotides
var FS embed.FS