~f4814n/matrix

Golang matrix client library
e41826da — Gitea 3 years ago
crypto: Don't set up crypto in cli.Login
tests: Add screpts/test.sh

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~f4814n/matrix
read/write
git@git.sr.ht:~f4814n/matrix

You can also use your local clone with git send-email.

#Matrix Client Library

GoDoc

Matrix library built for frost

#Development

#Testing

Most of the testsuite needs an matrix server and user to test against. The environment variables MATRIX_TEST_MXID and MATRIX_TEST_PASSWORD control which user and server will be used (if they are not set all tests, which rely on an matrix server, will not be run). Note that trying to run the tests against an ordirary matrix server will most certainly get you rate limited.

To spin up a temporary instance of synapse using docker and execute tests using this server see scripts/test.sh