Skip to content
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

feat: Support sticker message and check status api in cli #14

Merged
merged 2 commits into from
Dec 25, 2023

Conversation

dfgh012316
Copy link

@dfgh012316 dfgh012316 commented Dec 21, 2023

  • Add sticker decorator and condition
  • Use lotify status function
  • Test cases

#11

I removed the line super(Client, self).init(*args, **kwargs) because Client does not inherit from a custom superclass, making this call redundant and unnecessary for our class’s functionality.

Reference: click.testing

@louis70109
Copy link
Owner

@dfgh012316 Can you fix the CI error? Thanks

tests/test_cli.py:44:100: E501 line too long (103 > 99 characters)
tests/test_cli.py:60:100: E501 line too long (151 > 99 characters)
tests/test_cli.py:79:100: E501 line too long (100 > 99 characters)
tests/test_cli.py:80:100: E501 line too long (136 > 99 characters)
tests/test_cli.py:97:100: E501 line too long (153 > 99 characters)

@dfgh012316
Copy link
Author

@louis70109 Sure, I've corrected it .
Please check it again thanks .

@louis70109 louis70109 merged commit 1bb83ee into louis70109:master Dec 25, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants