Export to GitHub

nant-extensions - issue #1

No ability to pass additional args to MbUnit


Posted on Oct 23, 2008 by Grumpy Bear

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 Monkey

Good 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 Bear

Like 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 Elephant

Added 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 Bear

Looks great. When will the documentation be updated?

Comment #7

Posted on Oct 25, 2008 by Quick Elephant

I created a new release with updated docs.

Status: Fixed

Labels:
Type-Enhancement Priority-Medium