Browse Source

Categorize the test fixture

Brandon Thetford 11 months ago
parent
commit
dccc06366a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      UnitTests/View/Layout/Dim.AutoTests.cs

+ 2 - 1
UnitTests/View/Layout/Dim.AutoTests.cs

@@ -1,9 +1,10 @@
-using System.Text;
+using System.Text;
 using Xunit.Abstractions;
 using static Terminal.Gui.Dim;
 
 namespace Terminal.Gui.LayoutTests;
 
+[Trait("Category", "Layout")]
 public partial class DimAutoTests (ITestOutputHelper output)
 {
     private readonly ITestOutputHelper _output = output;