Looking at this, it occurs to me that since all the tests are just in the test/runtests.jl file, and this is probably a pretty common case, maybe the name of that file is a little unfortunate. It's a good name if there are a ton of tests in lots of files and ways to run various subsets of them, but it's probably pretty common, especially initially, for a package to just have one test file like this. Calling it test/tests.jl might be better?
On Fri, May 23, 2014 at 2:03 PM, Stefan Karpinski <[email protected]>wrote: > Cool. Once this has settled in and seems solid it's a good candidate for > moving into Base. > > > On Fri, May 23, 2014 at 1:21 PM, Jameson Nash <[email protected]> wrote: > >> Since @ramp on IRC was looking for glob functionality recently, it is now >> available in the Glob.jl package. >> > >
