We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5db225 + a6b2e55 commit c1fd46cCopy full SHA for c1fd46c
.gitignore
@@ -25,7 +25,6 @@ test.sh
25
test-output.log
26
InternalTrace*
27
nunit-agent*
28
->>>>>>> origin/rabbitmq-dotnet-client-192
29
#################
30
## Visual Studio
31
RUNNING_TESTS.md
@@ -40,6 +40,8 @@ On osx/linux run:
40
41
42
Running individual tests and fixtures on Windows is trivial using the Visual Studio test runner.
43
-To run a single test fixture on osx/linux you can use:
+To run a specific tests fixture on osx/linux you can use nunit3 where expressions to select the tests
44
+to be run:
45
- ./fake.sh Test fixture=MyNameSpace.MyFixture
46
+ ./fake.sh Test where="test =~ /SomeTest/"
47
+
0 commit comments