-
-
Notifications
You must be signed in to change notification settings - Fork 826
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
Code Coverage: Create tests for src/components/AddOn/core/AddOnStore/AddOnStore.tsx #1038
Comments
can you assigned me this issue ? |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
Hey @noman2002 I would like to work on this issue |
Hey @noman2002 I would love to work on this issue. |
I would like to add this test. |
@shivansh-bhatnagar18 Are you still working on this? There is no PR |
Yes @palisadoes I am still working on this issue. Thank you |
Hey @noman2002 I would love to work on this issue. |
I have a question regarding to issue, when we encounter failing tests, is the expectation primarily to address the tests themselves or also to make corrections in the corresponding code files? I want to ensure that I align with the issue. |
When tests fail they can be caused by either poorly written source code or poorly written tests. In either case we need the testing goals achieved without any functionality being affected. |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
Hello, I would like to work on this issue. Can you please assign it to me? Thanks! |
@SiddheshKukade Please provide some context to this question about port 3005 |
@palisadoes that was a part of old code. It can be deleted It's not being used anywhere. |
Not sure about this. But I think you can delete lines if it has any unused variables or code lines. |
Hello, I have a doubt. In AddOnStore.tsx file, a filter pluginInstallStatus == true is added for the Installed Tab. However I am not able to find it in the schema. |
@SiddheshKukade This looks like a question for you. |
We will need unittests done for all methods, classes and functions found in this file.
Any widgets, components, modals referenced in this file must also have unittests done
PR Acceptance Criteria
The text was updated successfully, but these errors were encountered: