Fixes #4298 - Updates test namespaces (#4299)

* Refactored test namespaces.
Moved some tests that were in wrong project.
Code cleanup

* Parrallel -> Parallel
This commit is contained in:
Tig
2025-10-20 14:14:38 -06:00
committed by GitHub
parent 041e9de70e
commit fdeaa8331b
280 changed files with 328 additions and 323 deletions

View File

@@ -1,4 +1,4 @@
namespace Terminal.Gui.FileServicesTests;
namespace UnitTests_Parallelizable.FileServicesTests;
public class FileSystemColorProviderTests
{

View File

@@ -3,7 +3,7 @@ using System.IO.Abstractions.TestingHelpers;
using System.Runtime.InteropServices;
using System.Text;
namespace Terminal.Gui.FileServicesTests;
namespace UnitTests_Parallelizable.FileServicesTests;
public class FileSystemIconProviderTests
{

View File

@@ -1,4 +1,4 @@
namespace Terminal.Gui.FileServicesTests;
namespace UnitTests_Parallelizable.FileServicesTests;
public class NerdFontTests
{