1
0
Fork
You've already forked testmatrix
0
forked from spaetz/testmatrix
Matrix Sanity Tester
  • Python 100%
Sebastian Spaeth bdaf44b30d Release v0.1.1
Throw TLS cert errors, but make SFU healthz failure non-fatal
2025年07月20日 14:07:11 +02:00
.forgejo/workflows CI: Fix by checking out the full source.... 2025年06月10日 23:06:12 +02:00
src/testmatrix Release v0.1.1 2025年07月20日 14:07:11 +02:00
.gitignore Restructre to a proper package 2025年06月10日 18:51:36 +02:00
LICENSE Add License 2025年06月06日 14:13:26 +02:00
pyproject.toml Canonical single location of prog version 2025年06月20日 10:58:02 +02:00
README.md Some badges in README ( #19 ) 2025年06月23日 15:53:36 +02:00
requirements.txt Packaging 2025年06月06日 15:59:33 +02:00
test_matrix.py Make -V an alias for --version 2025年07月20日 14:06:21 +02:00

testmatrix PyPI version Matrix

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.