From d68a19f2dce40a87906fda78ea8b7260bcb0cdb3 Mon Sep 17 00:00:00 2001 From: novokrest Date: Sat, 2 Jun 2018 11:09:22 +0300 Subject: [PATCH] beeminder: Rename test `test_normal` to `test_message_with_value_and_comment`. --- ...t_normal.json => test_message_with_value_and_comment.json} | 0 zulip_bots/zulip_bots/bots/beeminder/test_beeminder.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename zulip_bots/zulip_bots/bots/beeminder/fixtures/{test_normal.json => test_message_with_value_and_comment.json} (100%) diff --git a/zulip_bots/zulip_bots/bots/beeminder/fixtures/test_normal.json b/zulip_bots/zulip_bots/bots/beeminder/fixtures/test_message_with_value_and_comment.json similarity index 100% rename from zulip_bots/zulip_bots/bots/beeminder/fixtures/test_normal.json rename to zulip_bots/zulip_bots/bots/beeminder/fixtures/test_message_with_value_and_comment.json diff --git a/zulip_bots/zulip_bots/bots/beeminder/test_beeminder.py b/zulip_bots/zulip_bots/bots/beeminder/test_beeminder.py index 4877fd6..c769312 100644 --- a/zulip_bots/zulip_bots/bots/beeminder/test_beeminder.py +++ b/zulip_bots/zulip_bots/bots/beeminder/test_beeminder.py @@ -30,10 +30,10 @@ following the syntax shown below :smile:.\n \ self.mock_http_conversation('test_help_message'): self.verify_reply('help', self.help_message) - def test_normal(self) -> None: + def test_message_with_value_and_comment(self) -> None: bot_response = '[Datapoint](https://www.beeminder.com/aaron/goal) created.' with self.mock_config_info(self.normal_config), \ - self.mock_http_conversation('test_normal'): + self.mock_http_conversation('test_message_with_value_and_comment'): self.verify_reply('2, hi there!', bot_response) def test_syntax_error(self) -> None: