CleanCut / green

Green is a clean, colorful, fast python test runner.
MIT License
792 stars 75 forks source link

Added support for --pattern option #42

Closed hindman closed 9 years ago

hindman commented 9 years ago
CleanCut commented 9 years ago

That's a great start at addressing #41. I think the build failures are unrelated to your code. It appears pip on the builder went from the 1.x series to the 6.x series, between which there were some pip behavior changes. I'll get those fixed hopefully today, and then I'll see about merging your patch. From glancing over it it appears that you did the right thing. I'll see about getting it merged as soon as I can.

CleanCut commented 9 years ago

Okay, I think I fixed the pip problem as well as a pypy crash that occurred on pypy 2.5.0. I'm working on pull request #40 right now, so I'll probably get to this one tomorrow.

hindman commented 9 years ago

@CleanCut Thanks a lot. Let me know if I can help with something else.

CleanCut commented 9 years ago

Alright, the other pull requests are added and appear clean. I'll go ahead and merge this one and check things out.

CleanCut commented 9 years ago

@hindman How would you like me to refer to you in the changelog? (Full name, username, other?)

hindman commented 9 years ago

@CleanCut Sounds good. Full name is fine (Monty Hindman), and thanks for the mention. I've been using green all weekend and it both works well and looks very nice.

CleanCut commented 9 years ago

Great! That was the whole point of making green, after all. I was sick of not having a test runner that worked well and looked nice. :-)

CleanCut commented 9 years ago

Included in green 1.8.0, released today.