Using NUnit instead of MSTest

This commit is contained in:
2023-04-26 22:14:39 +02:00
parent d6059e724b
commit 6acdbee154
6 changed files with 52 additions and 25 deletions

View File

@ -1 +1 @@
global using Microsoft.VisualStudio.TestTools.UnitTesting;
global using NUnit.Framework;