Browse Source

test traits

Tig 10 tháng trước cách đây
mục cha
commit
d5181fcee9
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      UnitTests/View/MouseTests.cs

+ 2 - 0
UnitTests/View/MouseTests.cs

@@ -2,6 +2,8 @@
 
 namespace Terminal.Gui.ViewTests;
 
+[Trait ("Category", "Input")]
+
 public class MouseTests (ITestOutputHelper output) : TestsAllViews
 {
     [Theory]