Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

matrix_synapse_testutils-1.96.1.0.tar.gz (54.0 kB view hashes)

Uploaded Source

Built Distribution

matrix_synapse_testutils-1.96.1.0-py3-none-any.whl (56.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page