zulip_bots: Make BotTestCase the only helper library.
Renames StubBotTestCase to BotTestCase and removes legacy code for supporting both names.
This commit is contained in:
parent
a475077da9
commit
b306324bfa
24 changed files with 51 additions and 57 deletions
|
@ -1,7 +1,7 @@
|
|||
from zulip_bots.test_lib import StubBotTestCase
|
||||
from zulip_bots.test_lib import BotTestCase
|
||||
from zulip_bots.request_test_lib import mock_request_exception
|
||||
|
||||
class TestWikipediaBot(StubBotTestCase):
|
||||
class TestWikipediaBot(BotTestCase):
|
||||
bot_name = "wikipedia"
|
||||
|
||||
def test_bot(self) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue