advanced_plugin_testing.rst: remove note about supybot/gribble compatibility.

They are not longer developed.
This commit is contained in:
Valentin Lorentz 2020-10-02 18:43:46 +02:00
parent d9e718d80e
commit afd0da4f73

View File

@ -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.