A matrix server sanity tester
Project description
testmatrix

A matrix server sanity tester. Relased under the GNU AGPLv3+.
Usage
See python3 test_matrix.py --help for possible options (or testmatrix -h if you have it
properly installed).
Credentials are only needed if you want to test an underlying livekit MatrixRTC setup (a.k.a. Element Call).
If you have installed the package via pip (or other means), the
installed command will be named testmatrix and not test_matrix.py.
Note: There is an --anonymize switch, which will attempt to clean
up domain names in the log output. However, there is no guarantee that
it will work 100%. So do double-check your output before submitting
somewhere if you are using this.
Installation
Currently, you do not need to install anything, as long as you have all
requirements (see below) installed, you can directly run the
test_matrix.py script.
Alternatively, you can install this by issueing: pip install testmatrix
Or even better: install the cool uvenv package manager and install into a separate venv via:
uvenv install testmatrix
Requirements
Requires python and python-requests.
You can install all requirements on your system by running
pip install -r requirements.txt
Discussion
Matrix chatroom: #testmatrix:sspaeth.de
Development
Build an installable package
To build an installable package, you need to have python3-build
installed. Running python3 -m build in the git root will create
packages in the dist directory.
How to upload to pypi:
Note to self: twine upload dist/* --verbose
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file testmatrix-0.2.2.tar.gz.
File metadata
- Download URL: testmatrix-0.2.2.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ee1235eaeeed57e521656ace8658251f673d224c3a8cdad2ccfc4d7acca1860
|
|
| MD5 |
cf03d8169272795e54f97539486c43a0
|
|
| BLAKE2b-256 |
e76d61f575f399a5d87fdc85e721c20e82ac1dc1733193d2cc531b40d517d13b
|
File details
Details for the file testmatrix-0.2.2-py3-none-any.whl.
File metadata
- Download URL: testmatrix-0.2.2-py3-none-any.whl
- Upload date:
- Size: 24.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9783c00fe971dd522089e357a3781913e3cba1fe3d36513594e6677566201f5b
|
|
| MD5 |
aa639599e66dd71890a898330ed5cff4
|
|
| BLAKE2b-256 |
e42938b858d007dd3a12fd03413fb2290d0fcd58fda545db6642c468e90b58af
|