Files
RobustToolbox/Robust.UnitTesting/AssemblyInfo.cs
Pieter-Jan Briers 26c87b5858 Make tests run parallelizable (#5412)
Hope this won't cause issues.

Massively improves test speed.
2024-08-31 11:04:21 +10:00

8 lines
208 B
C#

using System.Runtime.CompilerServices;
using NUnit.Framework;
// So it can use RobustServerSimulation.
[assembly: InternalsVisibleTo("Robust.Benchmarks")]
[assembly: Parallelizable(ParallelScope.Fixtures)]