-
Notifications
You must be signed in to change notification settings - Fork 13
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
[FEATURE] Get the number of subscribers of list and added tests #116
Conversation
8fb00c7
to
79781fa
Compare
Signed-off-by: Xheni Myrtaj <[email protected]>
79781fa
to
63de167
Compare
Signed-off-by: Xheni Myrtaj <[email protected]>
@oliverklee Thank you for the feedback. I think that I have made the requested changes and also added a test for a list without subscribers. |
Signed-off-by: Xheni Myrtaj <[email protected]>
Signed-off-by: Xheni Myrtaj <[email protected]>
Hi @xh3n1, could you please fix the build failures? Then I'll take a look at the updated PR. Thanks! |
@oliverklee yes, thanks! |
@xh3n1 Do you run the tests locally before you push to GitHub? |
Signed-off-by: Xheni Myrtaj <[email protected]>
e61c0f4
to
b5985f6
Compare
@oliverklee couldn't run them before because of my environment and it was easier this way. |
@oliverklee any further changes I should do before this is ready to go? |
You really need to have a local setup where you can run the unit tests, functional tests and style checks. If you need TravisCI to run the tests for you, the feedback loop is far too long for you to work productively and have flow while developing. |
@xh3n1 Have you seen this comment?
|
@oliverklee It gets only the number of subscribers, and I fixed my local setup to run my tests now. |
Signed-off-by: Xheni Myrtaj <[email protected]>
Signed-off-by: Xheni Myrtaj <[email protected]>
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.
Looks good. Thanks!
Oh, it looks like this has broken the build. @xh3n1 Would you be willing to look into this? |
@oliverklee yes, I know why. Will create a PR later today. |
Fix #115