stretchr / gorc

Recursive go testing, done better.
141 stars 2 forks source link

Allow multiple packages to be passed #28

Open tylerstillwater opened 10 years ago

tylerstillwater commented 10 years ago

gorc test assert mock would find the packages and run the tests for both packages. Currently only one is supported.

matryer commented 10 years ago

Also nested would be great too

gorc stretchr/server other/server

Sent from my iPhone

On 18 Jul 2013, at 14:30, Tyler notifications@github.com wrote:

gorc test assert mock would find the packages and run the tests for both packages. Currently only one is supported.

— Reply to this email directly or view it on GitHub.

tylerstillwater commented 10 years ago

@nelsam I think you added this in your rewrite fork, correct?

nelsam commented 10 years ago

Phew, it's been so long since I had time to work on gorc, I don't quite remember. Let me take a look and get back to you.

tylerstillwater commented 10 years ago

Excellent. Thanks!

Believe me, I get being busy. I just looked at your changes and whatnot yesterday. Made some of my own changes and pushed them up. Sorry it took so long to get on this. :)

nelsam commented 10 years ago

After a quick look, I don't think I quite got to that. I've got a little bit of time, though, so I'll start working on that now. The rewrite branch has a lot of useful features that I'd love to have in a more stable state.

tylerstillwater commented 10 years ago

Sounds good. Let me know how I can help.