Make test utils reusable #14445
Description
There are test utils in the test directory which Fake Channels or sites, helps in building a synapse homeserver including correct urls and endpoints etc
This is really great but i can not reuse them for building plugins or other addons and so would need to copy them or rebuild them, which would again end in, somehow, copying them.
It would be great if there would be some kind of package like matrix-common which can be reused.
Because I needed something like that urgently, I started implementing it locally with an update system, released a package and uploaded it to pypi and there it is:
https://github.com/julianhille/matrix-synapse-testutils https://pypi.org/project/matrix-synapse-testutils/
Maybe this is of some use for some of you until there is an official package.