Make tests faster (#8737)
* Test changes * Make finding the test tile a little smarter
This commit is contained in:
15
Content.IntegrationTests/PoolManagerTestEventHandler.cs
Normal file
15
Content.IntegrationTests/PoolManagerTestEventHandler.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
[assembly: Parallelizable(ParallelScope.Children)]
|
||||
|
||||
namespace Content.IntegrationTests;
|
||||
|
||||
[SetUpFixture]
|
||||
public sealed class PoolManagerTestEventHandler
|
||||
{
|
||||
[OneTimeTearDown]
|
||||
public void TearDown()
|
||||
{
|
||||
PoolManager.Shutdown();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user