Skip to content

Commit

Permalink
0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
formulahendry committed Sep 11, 2018
1 parent 73050a5 commit 50e6342
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 107 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.5.3 ()
## 0.5.3 (2018-09-11)
* [#138](https://github.com/formulahendry/vscode-dotnet-test-explorer/pull/138): Better support for TestFixture names
* [#135](https://github.com/formulahendry/vscode-dotnet-test-explorer/pull/135): Supporting special characters in test cases on windows

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* [.NET Core](https://www.microsoft.com/net/core) is installed
* NUnit and MsTest requires a dotnet [sdk](https://www.microsoft.com/net/download) version of >= 2.1.2 and running dotnet tooling in english (see [#77](https://github.com/formulahendry/vscode-dotnet-test-explorer/issues/77) for details).

## New in 0.5.2
## New in 0.5.3

* If a test run results in tests that the tree did not know about from test discovery (eg, you added a new test) it will now be added to the tree without having to refresh. When you run **all** tests any tests that are part of the tree but not in the latest test result are removed.
* Additional test paramaters used to gain code coverage results where included as tests in the tree. They are not anymore.
* Better support for TestFixture attribute in nunit that leads to it actually showing up in the tree
* If you are on windows and using special chars in your test cases your life will now be slightly less miserable.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dotnet-test-explorer",
"displayName": ".NET Core Test Explorer",
"description": "Test Explorer for .NET Core (MSTest, xUnit, NUnit)",
"version": "0.5.2",
"version": "0.5.3",
"publisher": "formulahendry",
"license": "MIT",
"icon": "testexplorer_dark.png",
Expand Down
102 changes: 0 additions & 102 deletions readme053.md

This file was deleted.

0 comments on commit 50e6342

Please sign in to comment.