-
Notifications
You must be signed in to change notification settings - Fork 297
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
Chore/client tests codestyle docs #1305
Conversation
1) run all client tests 2) check documentation automatically 3) also check files in test folder for code style
…oid merge conflicts with the open PR
…s' into chore/client-tests-codestyle-docs
The |
List of all touched production files for testing on the test server:
|
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.
Checked the main parts of the production code and tested it on the test server, did not find any issues.
Went through the production files. Looks fine except some components like |
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.
@anditurdiu found a problem during the creation of system notifications. I fixed it in c1ca26f.
Thanks to @F4lka !
Looked through the production files and didn't spot any issues. Testing also went fine. |
This PR is a collaborative effort to improve client tests, code style and documentation
Checklist
Motivation and Context
We have outdated tests, JSDoc comments in the client files are missing in several places and the code style of the tests is not always in a good shape.
This PR is an ongoing effort to collaboratively improve the client files and fix the mentioned issues:
It would be great if everyone can help to fix all issues in the next 2 weeks!