Skip to content

Commit 50e6342

Browse files
committed
0.5.3
1 parent 73050a5 commit 50e6342

File tree

4 files changed

+5
-107
lines changed

4 files changed

+5
-107
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.5.3 ()
1+
## 0.5.3 (2018-09-11)
22
* [#138](https://github.com/formulahendry/vscode-dotnet-test-explorer/pull/138): Better support for TestFixture names
33
* [#135](https://github.com/formulahendry/vscode-dotnet-test-explorer/pull/135): Supporting special characters in test cases on windows
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* [.NET Core](https://www.microsoft.com/net/core) is installed
1212
* 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).
1313

14-
## New in 0.5.2
14+
## New in 0.5.3
1515

16-
* 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.
17-
* Additional test paramaters used to gain code coverage results where included as tests in the tree. They are not anymore.
16+
* Better support for TestFixture attribute in nunit that leads to it actually showing up in the tree
17+
* If you are on windows and using special chars in your test cases your life will now be slightly less miserable.
1818

1919
## Usage
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dotnet-test-explorer",
33
"displayName": ".NET Core Test Explorer",
44
"description": "Test Explorer for .NET Core (MSTest, xUnit, NUnit)",
5-
"version": "0.5.2",
5+
"version": "0.5.3",
66
"publisher": "formulahendry",
77
"license": "MIT",
88
"icon": "testexplorer_dark.png",

readme053.md

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)