Unit Testing: Skip tests from a category when they are also in a category I want run Follow
I have searched the R# documentation and the R# community (here) but I haven't found an answer.
I have something like this: an assembly marked with an Acceptance category. Some of those tests are also individually marked with a Future category. As I complete those tests, I remove the Future category.
What I would like to do is tell R# 7 to run tests marked with Acceptance unless they are also marked Future.
I added Future into "Skip tests from categories:" on the UnitTesting tab in the options dialog. But when I ran the Acceptance category, and all tests were run - none were skipped.
Am I just out of luck? Does running a category override skipping a category?
Thanks,
Jeff
Please sign in to leave a comment.
Hi Jeff,
Are you sure that you are talking about ReSharper's feature? I beleive there are no 'categories' in ReSharper Unit Test Runner.
Please let me know.
Thank you in advance!