mirror of
https://git.tonybark.com/tonytins/Longhorn.git
synced 2026-02-10 08:14:51 -05:00
7 lines
213 B
C#
7 lines
213 B
C#
using twodog.xunit;
|
|
using Xunit;
|
|
|
|
namespace Longhorn.Tests;
|
|
|
|
[CollectionDefinition("GodotHeadless", DisableParallelization = true)]
|
|
public class GodotHeadlessCollection : ICollectionFixture<GodotHeadlessFixture>;
|