RelationalAI-oss / XUnit.jl

XUnit.jl is a unit-testing framework for Julia.
MIT License
47 stars 5 forks source link

Make testset and testcase support for loops. #10

Closed maleadt closed 3 years ago

maleadt commented 3 years ago

What doesn't work: continue in @testcase; using return works around it. Not easy to work around, I think.

mdashti commented 3 years ago

Thanks @maleadt! Awesome improvement! Was on my TODO-list for a while. Really appreciate it. Will review it ASAP.