From: David ‘Bombe’ Roden Date: Mon, 27 Sep 2021 14:08:29 +0000 (+0200) Subject: Improve names of startup-related tests X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=5f5340b459ea81938147f5e0c3a2cda63c5b68d1;hp=5f5340b459ea81938147f5e0c3a2cda63c5b68d1;p=Sone.git Improve names of startup-related tests Because honestly, what does "new config" even mean? Nobody knows unless they also know the implementation (which ties a boolean value to an annotation named "NewConfig") so stating clearly in which scenarios the tests are running is preferrable. Like, by A LOT. ---