Skip to content
This repository has been archived by the owner on Jan 20, 2019. It is now read-only.

not work with other plugin startTest #8

Open
wingking opened this issue Jul 22, 2015 · 2 comments
Open

not work with other plugin startTest #8

wingking opened this issue Jul 22, 2015 · 2 comments
Assignees

Comments

@wingking
Copy link

another plugin:
class xx(plugin):
score = 1000000
enabled = True

def options(self, parser, env):
    pass

def configure(self, options, config):
     pass

def startTest(self, test):
     print "i am in start test"

nosetest -vs --randomize will not display "i am in start test"
display "i am in start test" without --randomize

@nloadholtes
Copy link
Owner

Just to clarify, if you run nose with another plugin and nose-randomize, both plugins will not run?

@wingking
Copy link
Author

randomize will work. but startTest in another plugin not work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants