]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add a test to check that lathe recipes are possible (#33868)
authorTayrtahn <tayrtahn@gmail.com>
Mon, 16 Dec 2024 12:34:02 +0000 (07:34 -0500)
committerGitHub <noreply@github.com>
Mon, 16 Dec 2024 12:34:02 +0000 (13:34 +0100)
commitcf738857fef4fe4bf9877b524b424db1129cd32e
treec0e2788902b275f8d6a73a162dce61e0b275c14f
parent196782774b0c45351f92d6bdcbd81a71eb526255
Add a test to check that lathe recipes are possible (#33868)

* Add a test to check that all lathes accept the materials for all their recipesy

* Add check for storage limit

* Track total recipe material volume

* Check dynamic and emag recipes too

* Move AllLatheRecipesValidTest from ResearchTest to LatheTest

* Extremely minor modernization
Content.IntegrationTests/Tests/Lathe/LatheTest.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/ResearchTest.cs