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

not work with other plugin startTest #8

@wingking

Description

@wingking

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions