Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Test folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailArkhipov committed Oct 16, 2018
1 parent ffb181a commit 6fd5109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ On Windows you can also attach from Visual Studio 2017 (Debug | Attach To Proces
To run unit tests, do one of the following:
- Run the Unit Tests in the [VS Code Python Extension](https://github.com/Microsoft/vscode-python) project via the `Launch Language Server Tests`.
- On Windows: open PLS.sln solution in Visual Studio 2017 and run tests from the Test Explorer.
- Run `dotnet test` from Terminal in the `src` directory.
- Run `dotnet test` from Terminal in the `src` directory or from `src/Analysis/Engine/Test` if you prefer not to see messages about projects that do not contain test code.
- Install C# extension and .NET Core Test Explorer for VS Code, open src folder in VS Code and run tests.

NOTE: Language Server does not automatically discover Python installations on various operating systems.
Expand Down

0 comments on commit 6fd5109

Please sign in to comment.