On the other hand, putting it in runtests.jl lets you organically grow (i.e. seperate out into files) without fiddling with Travis, and Pkg.test() always "just works"
On Friday, May 23, 2014 2:13:00 PM UTC-4, Stefan Karpinski wrote: > > 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]<javascript:> > > 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]<javascript:> >> > wrote: >> >>> Since @ramp on IRC was looking for glob functionality recently, it is >>> now available in the Glob.jl package. >>> >> >> >
