Running just one unit test, not the whole suite #1297
-
Hello! I'm trying to add some unit tests to GUI.CS. To that end, I want to focus on running just the test (or some small subset of tests) that I'm currently working on, instead of the whole test suite. I can do this from the command line with Unfortunately, when I try it with GUI.CS Unit Test suite, all the tests run, every time. I've compared the .csproj files and they seem all pretty similar. I'm not sure what's causing this or how to just run one test. Can you folks advise on how to achieve this? I'm running Kubuntu 18.04, with .NET SDK 5.0.202. I'm not sure what other system info might be helpful. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi Seth, I've never used That was on Windows. Odd. |
Beta Was this translation helpful? Give feedback.
-
In your comment you have a space between |
Beta Was this translation helpful? Give feedback.
In your comment you have a space between
--
andfilter
(I assume that's a typo? - there shouldn't be one).