How to have Resharper 5.1 run test fixture sequentially
I have several suites of integration tests implemented in C#/NUNit. Each test suite is a separate class, each fixture setup creates and populates a SQL Server database from scripts. This all works just fine prior to Resharper 5.1.
Unfortunately, Resharper 5.1 begins to run several fixtures at the same time. This is a breaking change - they are all attempting to create and populate the same database, which obviously ends up in a mess. Is there any way I could have Resharper run my test fixtures sequentially?
If not, what would you suggest to run my NUnit test fixtures?
Please sign in to leave a comment.
Hello Alex,
Could you please check if running your tests through the native NUnit GUI
leads to the same behavior? Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"