]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add role prototype validation tests (#32801)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Mon, 14 Oct 2024 03:05:25 +0000 (16:05 +1300)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2024 03:05:25 +0000 (14:05 +1100)
commit4e0018697fbc358e6c0bb3243e67f05b126e5f9e
tree0379222eca91564c0c74cb437b4ecc161998132f
parent870eb439f31c25862cab2e296f8e4b6574b02a8f
Add role prototype validation tests (#32801)

* Add role prototype validation test

* Rejig GetPrototypesWithComponent

* More tests n stuff
Content.IntegrationTests/Pair/TestPair.Helpers.cs
Content.IntegrationTests/Tests/Minds/RoleTests.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Sprite/ItemSpriteTest.cs
Content.IntegrationTests/Tests/StorageTest.cs
Content.Server/EntityEffects/EffectConditions/JobCondition.cs
Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs
Content.Server/Ghost/Roles/GhostRoleSystem.cs
Content.Shared/Roles/Jobs/SharedJobSystem.cs
Content.Shared/Roles/SharedRoleSystem.cs