Super cool! Looks very simple.

You probably want the github repo to be capitalized to be consistent with
other julia packages.

Also, it seems strange that run! has an exclamation mark but no argument.
By convention, functions with an exclamation mark mutate their argument.

In case you haven't seen them yet, there are a few other test-related
packages.

https://github.com/zachallaun/FactCheck.jl
https://github.com/burrowsa/Fixtures.jl
https://github.com/pao/QuickCheck.jl

Also note that the @test macro is exported by
Base.Test<https://github.com/JuliaLang/julia/blob/master/base/test.jl>


On Mon, Feb 3, 2014 at 4:13 PM, Josh Symonds <[email protected]> wrote:

> Hey everyone!
>
> I went to the Chicago Julia meetup on Saturday and I was really excited by
> what I saw -- Julia looks like a really promising language. I'm excited to
> start using it more, but coming from a Ruby background, I was used to a
> slightly more robust testing framework... I felt like I could hardly do any
> coding at all without an easy and repeatable way of running tests. Since
> Julia seemed to lack it, I decided to try my hand at making it.
>
> You can check out the result here:
> https://github.com/Veraticus/testfast.jl
>
> I'm very new to Julia so I'm not sure if I'm doing things properly:
> feedback of any sort would be very welcome, and I hope someone else finds
> it useful!
>
> Josh
>

Reply via email to