Testing utils extracted from matrix-synapse to be reused in plugins
Project description
matrix-synapse-testutils
Base testutils of matrix synapse
This project includes the test utils from matrix-synapse to make them reusable in other projects.
There are some very good basic unittest classes to test routes and plugins, but one is unable to import them, because
- the files are in a module called 'test'
- the imports are absolute
- the test module is included in the sdist but not after installation
Sample usage
from matrix_synapse_testutils.unittest import HomeserverTestCase
Versioning
The version of this module always fits the version of its respective synapse version.
Synapse version 1.70.0
leads to a version of matrix_synapse_testutils of
1.70.0.N
.
N is a numeric revision number for matrix_synapse_testutils
starting at 1 for every release of synapse, just like you would expect.
Examples
1.70.0.0
This means it is the first release of matrix_synapse_testutils
for synapse 1.70.0
1.70.0.1
This means it is the second release of matrix_synapse_testutils
for synapse 1.70.0
1.71.1.0
This means it is the first release of matrix_synapse_testutils
for synapse 1.71.1
Scripts
Under bin/
is a shell script which does most of the work of updating the
utilities from synapse.
It downloads, unpacks, syncs and tries to patch the files from synapse.
This is far from perfect and might needs manual adaption.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for matrix_synapse_testutils-1.91.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98819573ddf974b8063c2d2971f853b9be29159bb1ba726bfdbc008c10123686 |
|
MD5 | 25b02cc9cdb0a7fdb4815270f80b0652 |
|
BLAKE2b-256 | b482e0c0d44ca147eea06a6bd90d231435bbe517233b2fcfe9222c34d6c08c5e |
Hashes for matrix_synapse_testutils-1.91.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48e5d4f46229554275ff634618c12cabdc179ee99367009512215840f25faaae |
|
MD5 | 9a5871124d1d877000103f8c685d24bb |
|
BLAKE2b-256 | 57287a7a933f06ace48febfdf2e2ce8dc5e53cf8f7a9ba173c8e14a6ebe72956 |