Hi ,

i am trying to run some tests using the parallelizable attribute on
test, it is working fine , but when i put the attribute on the fixture
trying to run few fixtures , fixtures did not run in parallel .
I did set:
 [assembly: DegreeOfParallelism(10)]

and my code looks like:
[Parallelizable]
[TestFixture]
public class MyTestFixture
{ ...
[Test]
public void MyTestMethod()
{ test some thing ....}
}

i run tests using gallio ver 3.1 build 397

any ideas on what i am doing wrong or how to force fixture to run in
parallel ?

10X,
Lior

-- 
You received this message because you are subscribed to the Google Groups 
"MbUnit.User" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/mbunituser?hl=en.

Reply via email to