-
-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework and enable tests for Merels. #433
Comments
See the following for a good first commit to work from: bd945c3 |
@zulipbot claim |
Welcome to Zulip, @JordanTroutman! We just sent you an invite to collaborate on this repository at https://github.com/zulip/python-zulip-api/invitations. Please accept this invite in order to claim this issue and begin a fun, rewarding experience contributing to Zulip! Here's some tips to get you off to a good start:
As you work on this issue, you'll also want to refer to the Zulip code contribution guide, as well as the rest of the developer documentation on that site. See you on the other side (that is, the pull request side)! |
@zulipbot claim |
Hello @dsolisherrera, you have been unassigned from this issue because you have not updated this issue or any referenced pull requests for over 14 days. You can reclaim this issue or claim any other issue by commenting Thanks for your contributions, and hope to see you again soon! |
Issue waiting for pull rquest |
Hello @JordanTroutman, you have been unassigned from this issue because you have not updated this issue or any referenced pull requests for over 14 days. You can reclaim this issue or claim any other issue by commenting Thanks for your contributions, and hope to see you again soon! |
Hi, this seems like a good issue to get involved. I would like to take a look. @zulipbot claim |
Welcome to Zulip, @dsolisherrera! We just sent you an invite to collaborate on this repository at https://github.com/zulip/python-zulip-api/invitations. Please accept this invite in order to claim this issue and begin a fun, rewarding experience contributing to Zulip! Here's some tips to get you off to a good start:
As you work on this issue, you'll also want to refer to the Zulip code contribution guide, as well as the rest of the developer documentation on that site. See you on the other side (that is, the pull request side)! |
@zulipbot claim |
Hi @amanagr, is there a place where I can find documentation on this bot? |
There is no documentation for the Merels bot. You can look at comments and git history of the code for some. You should first try to understand how tests for other bots are written, then it will be a lot easier to grab this one. |
@zulipbot claim |
Welcome to Zulip, @code-monk08! We just sent you an invite to collaborate on this repository at https://github.com/zulip/python-zulip-api/invitations. Please accept this invite in order to claim this issue and begin a fun, rewarding experience contributing to Zulip! Here's some tips to get you off to a good start:
As you work on this issue, you'll also want to refer to the Zulip code contribution guide, as well as the rest of the developer documentation on that site. See you on the other side (that is, the pull request side)! |
Hello @sjha2048, you have been unassigned from this issue because you have not updated this issue or any referenced pull requests for over 14 days. You can reclaim this issue or claim any other issue by commenting Thanks for your contributions, and hope to see you again soon! |
@zulipbot abandon |
@zulipbot abandon |
@zulipbot claim |
@zulipbot claim |
Welcome to Zulip, @nagyem! We just sent you an invite to collaborate on this repository at https://github.com/zulip/python-zulip-api/invitations. Please accept this invite in order to claim this issue and begin a fun, rewarding experience contributing to Zulip! Here's some tips to get you off to a good start:
As you work on this issue, you'll also want to refer to the Zulip code contribution guide, as well as the rest of the developer documentation on that site. See you on the other side (that is, the pull request side)! |
@zulipbot abandon |
hello, I'm new to open source and wanted to contribute to this issue. This issue is still open, but it seems it has already been solved. Or is there something else to fix in it? |
@zulipbot claim |
Welcome to Zulip, @avijitdas126! We just sent you an invite to collaborate on this repository at https://github.com/zulip/python-zulip-api/invitations. Please accept this invite in order to claim this issue and begin a fun, rewarding experience contributing to Zulip! Here's some tips to get you off to a good start:
As you work on this issue, you'll also want to refer to the Zulip code contribution guide, as well as the rest of the developer documentation on that site. See you on the other side (that is, the pull request side)! |
@zulipbot abandon |
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.
Can work on this |
Welcome to Zulip, @Yash-Singh-Pathania! We just sent you an invite to collaborate on this repository at https://github.com/zulip/python-zulip-api/invitations. Please accept this invite in order to claim this issue and begin a fun, rewarding experience contributing to Zulip! Here's some tips to get you off to a good start:
As you work on this issue, you'll also want to refer to the Zulip code contribution guide, as well as the rest of the developer documentation on that site. See you on the other side (that is, the pull request side)! |
Merels was ported to
game_handler
recently, but it's tests were not revised. They need to be reworked. Tests forconnect_four
bot can serve as good examples for how to modify the tests for Merels.merels.py was totally changed so write new set of tests for it. Files in libraries were not much changed so they need to be tweaked to accomodate for the changes.
Enable testing for merels by adding
__init__.py
file to the directory.The text was updated successfully, but these errors were encountered: