Skip to content

Commit c1fd46c

Browse files
committed
merge
2 parents d5db225 + a6b2e55 commit c1fd46c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ test.sh
2525
test-output.log
2626
InternalTrace*
2727
nunit-agent*
28-
>>>>>>> origin/rabbitmq-dotnet-client-192
2928
#################
3029
## Visual Studio
3130
#################

RUNNING_TESTS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ On osx/linux run:
4040

4141

4242
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:
43+
To run a specific tests fixture on osx/linux you can use nunit3 where expressions to select the tests
44+
to be run:
4445

45-
./fake.sh Test fixture=MyNameSpace.MyFixture
46+
./fake.sh Test where="test =~ /SomeTest/"
47+

0 commit comments

Comments
 (0)