chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
0 votes
Hello,
I noticed there is a DontRun attribute to stop automatic execution of specific tests. I have a unit test project that I use to refresh my database and was wondering if there is a way to achieve this for an entire project, rather than one test (or test fixture) at a time.
Regards,
Jason
asked by jirwin (1.7k points)

2 Answers

0 votes
Hi,

Thanks for the suggestion, we're considering it for a future version.

Out of curiosity, how do you manage this assembly with regular runner? Do you have a script that skips it, or do you run the other assemblies explicitly?

Regards,
Elisha,
Typemock Support
answered by Elisha (12k points)
0 votes
Hi Elisha,
It is a manual process. My regular test runner is the resharper test runner. I separate my tests into a single regular unit test assembly and a data setup assembly. Whenever I need to I execute all of the tests in one or other assembly.
Thank you
Jason
answered by jirwin (1.7k points)
...