-
Notifications
You must be signed in to change notification settings - Fork 7
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
Implemented hopla hatch standard-egg {egg} {potion} #172
Conversation
4d6825d
to
5379b18
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self reviewed
src/hopla/cli/groupcmds/hatch.py
Outdated
|
||
@click.group() | ||
def hatch(): | ||
"""hopla hatch group command.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use GROUP in documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
# https://habitica.com/apidoc/#api-User-UserHatch | ||
|
||
@pytest.mark.parametrize("pet_name,potion_name", [ | ||
("LionCub", "MossyStone"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can also retrieve these from the Data classes. But fine for here
|
||
class TestHatchRequester: | ||
@pytest.mark.parametrize("egg_name,potion_name", [ | ||
("Cheetah", "Base"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can also retrieve these from Data classes. But fine for now
No description provided.