-
Notifications
You must be signed in to change notification settings - Fork 81
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
KImg
: Introduce testing
#512
Comments
I want to work on this issue! |
Hi, @EshaanAgg, I'm sorry for delayed response, most of us were away during holidays. I think you don't need to be testing purely visual things, but if you could introduce a basic test suite whenever it seems relevant to you, that'd be wonderful. From the other issue you opened in regards to testing, it seems to me you have a good idea about general principles of testing, so I think you're welcome to find areas to test. |
@EshaanAgg There may be some other components to test in KDS, so you're welcome to look into that after this issue, if you'd be interested. |
Sure! I would love it if you could review the |
That sounds great, thank you, @EshaanAgg. I have a few PRs in my queue, so please give me a few days. |
I think you can feel free to continue if you'd like to, your first test suite is very good. We have tests for some components, but I wouldn't be surprised if you discovered some more that still need them. I also remember #510. I just need to find some time to read through it and chat about it with the team. I can definitely say that it looks interesting and it might solve some issues I am concerned about too. I will try to have a look at it next week, hopefully, but don't know for sure. So if you wouldn't want to wait, I think it'd be best to write tests with the tools we currently use. It's up to you. |
Thanks for the kind review @MisRob! I'm running a bit busy these days, but I'd love to swing at the other components whenever possible. As for the migration to |
Sure, no rush at all, this is nothing pressing. We probably wouldn't get to it ourselves at all, so take your time and come back at any time. Thanks! |
Product
KDS
Desired behavior
The recently introduced
KImg
component must have some associated tests to ensure that future changes to the library do not break the existing features.Current behavior
There are no tests associated with the
KImg
component.Add labels
testing
The text was updated successfully, but these errors were encountered: