I've some test helpers in my addon. I want to:
- use these helpers for my addon's own tests.
- make these helpers available to my addon's users, for testing their own codes.
In the documentation, it is said that test-support
can be used to satisfy the second requirement mentioned above; but I couldn't find a way to make it work for both.