Skip to content

Commit

Permalink
Solve indentation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mariam-abdulla committed Dec 12, 2024
1 parent adf0550 commit ce37955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/RFCs/011-Sdk-Testing-Platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Currently, when we run `dotnet test` in CLI, we use vstest as a test runner/driv

## Motivation

With `dotnet test`, users should be able to use [Microsoft testing platform](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-platform-intro?tabs=dotnetcli#microsofttestingplatform-pillars) to run their tests for the sake of improving their experience. They should have the option to opt-in/out this new experience.
With `dotnet test`, users should be able to use [Microsoft Testing Platform](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-platform-intro?tabs=dotnetcli#microsofttestingplatform-pillars) to run their tests for the sake of improving their experience. They should have the option to opt-in/out this new experience.

The reason for opting-in/out this experience is

Expand Down Expand Up @@ -62,7 +62,7 @@ What if we want to support another test runner? We simply can't, with this appro
```

- `testSdk`: Represents the configuration settings for the test SDK.
- `tool`: Specifies the testing tool to be used (`vstest` or `testingplatform`). In this case, `testingplatform` is the tool being used.
- `tool`: Specifies the testing tool to be used (`vstest` or `testingplatform`). In this case, `testingplatform` is the tool being used.

#### Unresolved Questions

Expand Down

0 comments on commit ce37955

Please sign in to comment.