Skip to content

Commit

Permalink
docs: version when MockIRCServer's join_threads arg will be added
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed May 12, 2021
1 parent a8f79d6 commit c5bc66f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sopel/tests/mocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ class MockIRCServer(object):
The :class:`~sopel.tests.factories.IRCFactory` factory can be used to
create such mock object, either directly or by using ``py.test`` and the
:func:`~sopel.tests.pytest_plugin.ircfactory` fixture.
.. versionadded:: 7.1
The ``join_threads`` parameter.
"""
def __init__(self, bot, join_threads=True):
self.bot = bot
Expand Down

0 comments on commit c5bc66f

Please sign in to comment.