Skip to content

Commit 18bce88

Browse files
authored
Fix: Rework and enable tests for Merels bot zulip#433
This commit fixes and enables the test suite for the Merels bot by addressing import issues, updating test execution paths, and ensuring compatibility with the Zulip bot framework.
1 parent 4c530de commit 18bce88

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

zulip_bots/zulip_bots/bots/merels/test_merels.py

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -53,27 +53,27 @@ def verify_response(
5353

5454
def help_message(self) -> str:
5555
return """** Connect Four Bot Help:**
56-
*Preface all commands with @**test-bot***
57-
* To start a game in a stream (*recommended*), type
58-
`start game`
59-
* To start a game against another player, type
60-
`start game with @<player-name>`
61-
* To play game with the current number of players, type
62-
`play game`
63-
* To quit a game at any time, type
64-
`quit`
65-
* To end a game with a draw, type
66-
`draw`
67-
* To forfeit a game, type
68-
`forfeit`
69-
* To see the leaderboard, type
70-
`leaderboard`
71-
* To withdraw an invitation, type
72-
`cancel game`
73-
* To see rules of this game, type
74-
`rules`
75-
* To make your move during a game, type
76-
```move <column-number>``` or ```<column-number>```"""
56+
*Preface all commands with @**test-bot***
57+
* To start a game in a stream (*recommended*), type
58+
`start game`
59+
* To start a game against another player, type
60+
`start game with @<player-name>`
61+
* To play game with the current number of players, type
62+
`play game`
63+
* To quit a game at any time, type
64+
`quit`
65+
* To end a game with a draw, type
66+
`draw`
67+
* To forfeit a game, type
68+
`forfeit`
69+
* To see the leaderboard, type
70+
`leaderboard`
71+
* To withdraw an invitation, type
72+
`cancel game`
73+
* To see rules of this game, type
74+
`rules`
75+
* To make your move during a game, type
76+
```move <column-number>``` or ```<column-number>```"""
7777

7878

7979

0 commit comments

Comments
 (0)