mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-14 23:14:45 +01:00
* Move TestPair & PoolManager to engine * Add to global usings * A * Move ITestContextLike to engine * Readd cvars partial class * cleanup diff
7 lines
173 B
C#
7 lines
173 B
C#
// Global usings for Content.IntegrationTests
|
|
|
|
global using NUnit.Framework;
|
|
global using System;
|
|
global using System.Threading.Tasks;
|
|
global using Robust.UnitTesting.Pool;
|