From afd0da4f7357f3423fe51718496b931e6b0e15f0 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 2 Oct 2020 18:43:46 +0200 Subject: [PATCH] advanced_plugin_testing.rst: remove note about supybot/gribble compatibility. They are not longer developed. --- develop/advanced_plugin_testing.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/develop/advanced_plugin_testing.rst b/develop/advanced_plugin_testing.rst index 47d30a9..1ea6e46 100644 --- a/develop/advanced_plugin_testing.rst +++ b/develop/advanced_plugin_testing.rst @@ -227,10 +227,6 @@ But there is a more compact syntax, using context managers:: with conf.supybot.commands.nested.context(False): # stuff -.. note:: - Until stock Supybot or Gribble merge the second syntax, only Limnoria - will support it. - Plugin Test Methods =================== The full list of test methods and how to use them.