Are there plans to make Julia’s test infrastructure closer in feel to other languages?
Maybe @testset would benefit from some flags, including:
-
focus: true
// only run this test -
skip: true
// skip this test -
speed: slow
// allow skipping these tests -
type: solver
// similar tospeed
but w/ file type
// note: these were just picked up off a quick scrub of rspec’s docs
edit: maybe allow timeout setting also (see this post)