Query regarding running test units for a Pull Request

I have fixed an Issue and I wish to make a PR. In pull request guidelines it's written that all pull requests must have test units, so do we need to make custom test units for our PR or do we have to run the ones already there in app-cli/tests?

You need to make custom test units. We know in some cases it's not possible to add some, in which you need to provide an explanation.

Thanks, I'll make the test units soon :slight_smile: