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.