Forum member
ChrisPerluss
2 posts
Posts by ChrisPerluss
-
Use Attribute to control which Tests can be run in parallel
Thanks, you rock!
14 Mar 2012 22:07 UTC
-
Use Attribute to control which Tests can be run in parallel
We'd like to run our unit tests in parallel but we can't because some tests write to the same database tables and would clobber each other. Each test case cleans up after itself so that they do not cause each other to fail when run separately but if run at the same time it would be a problem. …
14 Mar 2012 19:41 UTC