svoid testAttractorBotResponses_noFail(AttractorBot bot, S... inOutPairs) { new LS warnings; temp tempSetTL(warn_warnings, warnings); for (PairS p : paramsToPairs(inOutPairs)) testAttractorBotResponse(bot, p.a, p.b, noFail := true); print("Bot test: " + n2(warnings, "error")); }