BioJulia / FASTX.jl

Parse and process FASTA and FASTQ formatted files of biological sequences.
https://biojulia.dev
MIT License
61 stars 20 forks source link

Use ReTest or similar niceness? #83

Closed jakobnissen closed 2 years ago

jakobnissen commented 2 years ago

FASTX is composed of the FASTA and FASTQ modules, and a little bit of common code. After the test refactoring for v2 (see #37 , implemented in #68 ), it should be relatively straightforward to use shiny new test toys like ReTest so that new features could be selectively tested.

CC @kescobo , who recently showed interest in applying ReTest to Automa, IIRC :)

kescobo commented 2 years ago

Oh yeah, ReTest is fantastic. I can definitely plug it in

kescobo commented 2 years ago

Should I branch off of #68 ?

jakobnissen commented 2 years ago

Yeah,. I'd recommend that. It's ready to merge