crypto: Don't set up crypto in cli.Login
Init
tests: Add screpts/test.sh
Matrix library built for frost
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