unison icon indicating copy to clipboard operation
unison copied to clipboard

Allow `test` command to take an optional namespace argument

Open pchiusano opened this issue 3 years ago • 1 comments

So test .foo.bar runs all the tests in that namespace. Rather than needing to cd .foo.bar then test with no args.

pchiusano avatar Jul 09 '21 19:07 pchiusano

I just ran into this as a result of fielding challenges to the Exercism track workflow, +1! Now that we have scoped namespaces, it's most common for folks to work high in their namespace tree with the lib directory present (though, I understand this will change in the near future with projects work); in any case, it would be nice not to have to cd down the namespace tree to run tests.

rlmark avatar Oct 11 '22 21:10 rlmark