Forum member

ChrisPerluss

2 posts

Posts by ChrisPerluss

  1. Use Attribute to control which Tests can be run in parallel

    Thanks, you rock!

  2. 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. …