mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
10 lines
237 B
C#
10 lines
237 B
C#
using System;
|
|
using System.Diagnostics;
|
|
using System.Reflection;
|
|
using Terminal.Gui;
|
|
using Xunit;
|
|
|
|
// Since Application is a singleton we can't run tests in parallel
|
|
[assembly: CollectionBehavior (DisableTestParallelization = true)]
|
|
|