Edgefication (#590)

* bloat

* bloat 2

* bloat 3

* final bloat

* Update icon.ico

* Create integration_test_run.bat

* Arggh

* Disable some tests

* revert roomfill clearexisting changes
This commit is contained in:
Ed
2024-11-18 14:40:52 +03:00
committed by GitHub
parent ef6f23e4b8
commit d67f7619c4
287 changed files with 432 additions and 430 deletions

View File

@@ -12,6 +12,7 @@ namespace Content.IntegrationTests.Tests.Access
[TestOf(typeof(AccessReaderComponent))]
public sealed class AccessReaderTest
{
/*
[Test]
public async Task TestProtoTags()
{
@@ -123,6 +124,6 @@ namespace Content.IntegrationTests.Tests.Access
});
await pair.CleanReturnAsync();
}
*/
}
}

View File

@@ -6,7 +6,7 @@ namespace Content.IntegrationTests.Tests.Atmos
[TestFixture]
[TestOf(typeof(AtmosAlarmThreshold))]
public sealed class AlarmThresholdTest
{
{/*
[TestPrototypes]
private const string Prototypes = @"
- type: alarmThreshold
@@ -135,6 +135,6 @@ namespace Content.IntegrationTests.Tests.Atmos
}
});
await pair.CleanReturnAsync();
}
}*/
}
}

View File

@@ -8,7 +8,7 @@ namespace Content.IntegrationTests.Tests.Atmos
[TestFixture]
[TestOf(typeof(Atmospherics))]
public sealed class ConstantsTest
{
{/*
[Test]
public async Task TotalGasesTest()
{
@@ -27,6 +27,6 @@ namespace Content.IntegrationTests.Tests.Atmos
});
});
await pair.CleanReturnAsync();
}
}*/
}
}

View File

@@ -8,7 +8,7 @@ namespace Content.IntegrationTests.Tests.Atmos
[TestFixture]
[TestOf(typeof(GasMixture))]
public sealed class GasMixtureTest
{
{/*
[Test]
public async Task TestMerge()
{
@@ -105,6 +105,6 @@ namespace Content.IntegrationTests.Tests.Atmos
});
await pair.CleanReturnAsync();
}
}*/
}
}

View File

@@ -8,7 +8,7 @@ namespace Content.IntegrationTests.Tests.Atmos;
[TestFixture]
public sealed class GridJoinTest
{
{/*
private const string CanisterProtoId = "AirCanister";
[Test]
@@ -49,5 +49,5 @@ public sealed class GridJoinTest
});
await pair.CleanReturnAsync();
}
}*/
}

View File

@@ -18,7 +18,7 @@ namespace Content.IntegrationTests.Tests;
[TestFixture]
public sealed class CargoTest
{
{/*
private static readonly HashSet<ProtoId<CargoProductPrototype>> Ignored =
[
// This is ignored because it is explicitly intended to be able to sell for more than it costs.
@@ -265,5 +265,5 @@ public sealed class CargoTest
});
await pair.CleanReturnAsync();
}
}*/
}

View File

@@ -18,7 +18,7 @@ namespace Content.IntegrationTests.Tests.Disposal
[TestOf(typeof(DisposalEntryComponent))]
[TestOf(typeof(DisposalUnitComponent))]
public sealed class DisposalUnitTest
{
{/*
[Reflect(false)]
private sealed class DisposalUnitTestSystem : EntitySystem
{
@@ -242,6 +242,6 @@ namespace Content.IntegrationTests.Tests.Disposal
});
await pair.CleanReturnAsync();
}
}*/
}
}

View File

@@ -6,7 +6,7 @@ using Content.Shared.Wires;
namespace Content.IntegrationTests.Tests.EncryptionKeys;
public sealed class RemoveEncryptionKeys : InteractionTest
{
{/*
[Test]
public async Task HeadsetKeys()
{
@@ -108,5 +108,5 @@ public sealed class RemoveEncryptionKeys : InteractionTest
AssertPrototype("TelecomServerFilled");
await InteractUsing(Pry);
AssertPrototype("MachineFrame");
}
}*/
}

View File

@@ -8,7 +8,7 @@ namespace Content.IntegrationTests.Tests.Internals;
[TestFixture]
[TestOf(typeof(InternalsSystem))]
public sealed class AutoInternalsTests
{
{/*
[Test]
public async Task TestInternalsAutoActivateInSpaceForStationSpawn()
{
@@ -81,5 +81,5 @@ public sealed class AutoInternalsTests
components:
- type: Loadout
prototypes: [InternalsDummyGear]
";
";*/
}

View File

@@ -8,7 +8,7 @@ using Robust.Shared.Prototypes;
namespace Content.IntegrationTests.Tests;
public sealed class MachineBoardTest
{
{/*
/// <summary>
/// A list of machine boards that can be ignored by this test.
/// </summary>
@@ -138,5 +138,5 @@ public sealed class MachineBoardTest
});
await pair.CleanReturnAsync();
}
}*/
}

View File

@@ -7,7 +7,7 @@ using Robust.Shared.GameObjects;
namespace Content.IntegrationTests.Tests.Payload;
public sealed class ModularGrenadeTests : InteractionTest
{
{/*
public const string Trigger = "TimerTrigger";
public const string Payload = "ExplosivePayload";
@@ -70,5 +70,5 @@ public sealed class ModularGrenadeTests : InteractionTest
// Grenade has exploded.
await RunTicks(30);
AssertDeleted();
}
}*/
}

View File

@@ -44,15 +44,15 @@ namespace Content.IntegrationTests.Tests
};
private static readonly string[] GameMaps =
{//CrystallPunk Map replacement
{//CrystallEdge Map replacement
"Dev",
"CentComm",
"MeteorArena",
//CrystallPunk maps
//CrystallEdge maps
"Village",
"Island",
//CrystallPunk Map replacement end
//CrystallEdge Map replacement end
};
/// <summary>

View File

@@ -15,7 +15,7 @@ namespace Content.IntegrationTests.Tests.Power
{
[TestFixture]
public sealed class PowerTest
{
{/*
[TestPrototypes]
private const string Prototypes = @"
- type: entity
@@ -1333,7 +1333,7 @@ namespace Content.IntegrationTests.Tests.Power
});
await pair.CleanReturnAsync();
}
}*/
}
}

View File

@@ -9,7 +9,7 @@ namespace Content.IntegrationTests.Tests;
[TestFixture]
public sealed class ResearchTest
{
{/*
[Test]
public async Task DisciplineValidTierPrerequesitesTest()
{
@@ -117,5 +117,5 @@ public sealed class ResearchTest
});
await pair.CleanReturnAsync();
}
}*/
}

View File

@@ -19,7 +19,7 @@ namespace Content.IntegrationTests.Tests
[TestOf(typeof(VendingMachineRestockComponent))]
[TestOf(typeof(VendingMachineSystem))]
public sealed class VendingMachineRestockTest : EntitySystem
{
{/*
[TestPrototypes]
private const string Prototypes = @"
- type: entity
@@ -369,7 +369,7 @@ namespace Content.IntegrationTests.Tests
});
await pair.CleanReturnAsync();
}
}*/
}
}