mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
* Refactored test namespaces. Moved some tests that were in wrong project. Code cleanup * Parrallel -> Parallel
This commit is contained in:
@@ -3,7 +3,7 @@ using TerminalGuiFluentTesting;
|
||||
using UnitTests;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Terminal.Gui.TextTests;
|
||||
namespace UnitTests_Parallelizable.TextTests;
|
||||
|
||||
/// <summary>
|
||||
/// Pure unit tests for Autocomplete functionality that don't require Application or Driver.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using Moq;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Terminal.Gui.TextTests;
|
||||
namespace UnitTests_Parallelizable.TextTests;
|
||||
|
||||
public class CollectionNavigatorTests
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System.Globalization;
|
||||
using System.Text;
|
||||
|
||||
namespace Terminal.Gui.TextTests;
|
||||
namespace UnitTests_Parallelizable.TextTests;
|
||||
|
||||
public class RuneTests
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Terminal.Gui.TextTests;
|
||||
namespace UnitTests_Parallelizable.TextTests;
|
||||
|
||||
#nullable enable
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ using Xunit.Abstractions;
|
||||
|
||||
// Alias Console to MockConsole so we don't accidentally use Console
|
||||
|
||||
namespace Terminal.Gui.TextTests;
|
||||
namespace UnitTests_Parallelizable.TextTests;
|
||||
|
||||
public class TextFormatterTests : UnitTests.Parallelizable.ParallelizableBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user