We're currently using MbUnit but run unit tests by filtering out our integration and database tests. With the mbunit task, it's impossible to specify filter or excluded categories to run specific test suites.
Comment #1
Posted on Oct 24, 2008 by Grumpy MonkeyGood point. How would you like to specify that? Maybe something similar to a fileset? What filters would you require? - Category - Importance - Author - Class - Namespace
Comment #2
Posted on Oct 24, 2008 by Grumpy BearLike a fileset (much like how you have assemblies now). It should support what most of the command line runner can do (exclude categories, filter categories, etc.)
Here's an idea:
Where: filters/include => /filter-category option in MbUnit.Cons.exe filters/exclude => /exclude-category option in MbUnit.Cons.exe
Comment #3
Posted on Oct 25, 2008 by Quick Elephant(No comment was entered for this change.)
Comment #4
Posted on Oct 25, 2008 by Quick ElephantAdded filter for category, author, type and namespace.
...
Comment #5
Posted on Oct 25, 2008 by Quick Elephant(No comment was entered for this change.)
Comment #6
Posted on Oct 25, 2008 by Grumpy BearLooks great. When will the documentation be updated?
Comment #7
Posted on Oct 25, 2008 by Quick ElephantI created a new release with updated docs.
Status: Fixed
Labels:
Type-Enhancement
Priority-Medium