[TIP] Tag-based execution plugin for nose?

Jesse Noller jnoller at gmail.com
Tue Jun 24 10:04:15 PDT 2008


Has anyone seen/used/made a tag-based test running for nose? I was
thinking about going down the path of writing one so I figured I'd ask
first :)

I'm thinking about something like nosetests
--tags="spam,cheese,crackers" which would then load all tests matching
those tags. I was thinking about embedding the tags in a __tags__ = []
attribute in each test.

-jesse



More information about the testing-in-python mailing list