Skip to content

Commit cd34416

Browse files
authored
Merge pull request #2 from OsirisTerje/V5
Added nunit into coverage filter
2 parents 637c622 + 3d8225c commit cd34416

File tree

12 files changed

+43
-38
lines changed

12 files changed

+43
-38
lines changed

AllTemplate/AllRunSettings.runsettings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Included items must then not match any entries in the exclude list to remain inc
5858
<Exclude>
5959
<ModulePath>.*CPPUnitTestFramework.*</ModulePath>
6060
<ModulePath>.*TestAdapter.*</ModulePath>
61+
<ModulePath>.*nunit.*</ModulePath>
6162
</Exclude>
6263
</ModulePaths>
6364

AllTemplate/AllRunSettings.zip

7 Bytes
Binary file not shown.

CoverageNoParallelTemplate/CoverageNoParallel.runsettings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Included items must then not match any entries in the exclude list to remain inc
6161
<Exclude>
6262
<ModulePath>.*CPPUnitTestFramework.*</ModulePath>
6363
<ModulePath>.*TestAdapter.*</ModulePath>
64+
<ModulePath>.*nunit.*</ModulePath>
6465
</Exclude>
6566
</ModulePaths>
6667

6 Bytes
Binary file not shown.
-26 Bytes
Binary file not shown.

ItemTemplates/AllRunSettings.zip

7 Bytes
Binary file not shown.
-26 Bytes
Binary file not shown.

ItemTemplates/parallel.zip

0 Bytes
Binary file not shown.

ParallelTemplate/parallel.zip

0 Bytes
Binary file not shown.

ReleaseNotes.txt

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
Note: VS2012, VS2013, VS2015 and VS2017 have seperate downloads, see links on each one.
2-
5.0
3-
Added support for VS2019, also works with VS2017
2+
3+
5.3
4+
Added exclude module for nunit assemblies
5+
5.1
6+
Added support for VS2019, also works with VS2017
47
Added new NUnit keywords
58

69
4.0
7-
Added support for VS 2017
10+
Added support for VS 2017
811
Added support for NUnit settings
912
Updated other settings as appropriate
1013

1114
3.1:
12-
Added support for VS 2015 Update 1 with parallel testing
13-
Added 3 item templates for All, Parallel only and Code coverage only
15+
Added support for VS 2015 Update 1 with parallel testing
16+
Added 3 item templates for All, Parallel only and Code coverage only
1417

1518
3.0:
16-
Added support for VS 2015
17-
Added section for Runconfiguration
18-
Added section for TestRunParameters
19+
Added support for VS 2015
20+
Added section for Runconfiguration
21+
Added section for TestRunParameters
1922

2023
2.0:
21-
Added support for VS 2013.
22-
Removed testadapters and test code from the coverage results.
24+
Added support for VS 2013.
25+
Removed testadapters and test code from the coverage results.
2326

2427
1.0: Intial release. For VS 2012

0 commit comments

Comments
 (0)