klrmn / pytest-random

randomize your py.test run
20 stars 10 forks source link

Adds options for repeating a run and grouping tests #1

Closed fschulze closed 11 years ago

klrmn commented 11 years ago

Hi @fschulze,

Thanks for your PR. It definitely makes the plugin more sophisticated. Before I can merge this, it needs tests for the new features. Would you like to take care of that?

-Leah

fschulze commented 11 years ago

There you go.

klrmn commented 11 years ago

Thanks @fschulze!

I expect to release shortly. Just need to get it to work with py.test 2.2.x first (and I am fairly sure I have a handle on how to do that).

-Leah

fschulze commented 11 years ago

Thanks. What's the problem with 2.2.x?

klrmn commented 11 years ago

at first re was throwing errors (because it needed a particular version of py, we didn't have py listed as a prereq, and pytest was loading an older version)

then i realized that 2.2.x doesn't support fixtures =)

On Thu, Feb 21, 2013 at 1:17 PM, Florian Schulze notifications@github.comwrote:

Thanks. What's the problem with 2.2.x?

— Reply to this email directly or view it on GitHubhttps://github.com/klrmn/pytest-random/pull/1#issuecomment-13913361.

klrmn commented 11 years ago

@fschulze ,

I have released version 0.02 with your changes.

-Leah