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