]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add NukeOps Test (#27207)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Wed, 24 Apr 2024 05:38:43 +0000 (17:38 +1200)
committerGitHub <noreply@github.com>
Wed, 24 Apr 2024 05:38:43 +0000 (15:38 +1000)
commit91aa16f08a642ae463bcd875393dd47f1657813d
tree490c1afadc847db417672381ec5e4116c761fa84
parent49f1c8b197687024d572e61807050fea42518b35
Add NukeOps Test (#27207)

* Add NukeOps Test

* Update EvacShuttleTest to also check mapinit

* Update RuleMaxTimeRestartTest

* Fix cvar cleanup

* A

* Revert some changes

* comments

* Add MappingTests

* Finally fix the test

* A
16 files changed:
Content.IntegrationTests/Pair/TestPair.Timing.cs
Content.IntegrationTests/PoolManager.Cvars.cs
Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/GameRules/RuleMaxTimeRestartTest.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.Helpers.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.cs
Content.IntegrationTests/Tests/Mapping/MappingTests.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Station/EvacShuttleTest.cs
Content.Server/CriminalRecords/Systems/CriminalRecordsConsoleSystem.cs
Content.Server/GameTicking/GameTicker.GamePreset.cs
Content.Server/GameTicking/GameTicker.RoundFlow.cs
Content.Server/GameTicking/Rules/Components/NukeopsRuleComponent.cs
Content.Server/GameTicking/Rules/MaxTimeRestartRuleSystem.cs
Content.Server/Mapping/MappingCommand.cs
Content.Server/StationRecords/Systems/StationRecordsSystem.cs
Content.Shared/Roles/SharedRoleSystem.cs