Skip to content

Commit 9e08b0a

Browse files
Update docs/articles/vs-test-adapter/NUnit-And-Microsoft-Test-Platform.md
Co-authored-by: Sean Killeen <[email protected]>
1 parent 251b637 commit 9e08b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/articles/vs-test-adapter/NUnit-And-Microsoft-Test-Platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Microsoft Test Platform (MTP) is the new platform for testing from Microsoft. T
66
executables, like we do with [NUnitLite](../nunit/running-tests/NUnitLite-Runner.md). There is no longer a test runner;
77
the executable **is** the test runner.
88

9-
It does take time however, to develop the same capabilities that we have with the current system.
9+
It does take time, however, to develop the same capabilities that we have with NUnit's current system, and there are many historical factors to consider.
1010
In the meantime, there needs to be a bridge between these two. In NUnit, the NUnit3TestAdapter contains what is
1111
necessary to run the MTP using the same old test runners.
1212

0 commit comments

Comments
 (0)