Skip to content

Commit 1fe9b97

Browse files
committed
(split from main repo) Execute unit tests
The unit tests can now be invoked from a command line with `-test` switch, e.g.: ``` > .\build.cmd -test ``` Notable changes: * Rename unit tests projects * Ignore unit tests for the external projects and the VSIX
1 parent 254f93e commit 1fe9b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
using System.Runtime.CompilerServices;
33

44
[assembly: AssemblyDescription("GitExtensions plugin for integration with Gerrit")]
5-
[assembly: InternalsVisibleTo("GerritTests")]
5+
[assembly: InternalsVisibleTo("Gerrit.Tests")]

0 commit comments

Comments
 (0)