summary refs log tree commit diff
path: root/tests/test_test_utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-29Fix CI for synapse_port_db (#6276)Brendan Abolivier5-4/+52
* Don't use a virtualenv * Generate the server's signing key to allow it to start * Add signing key paths to CI configuration files * Use a Python script to create the postgresql database * Improve logging
2019-10-29Make concurrently_execute work with async/awaitErik Johnston1-4/+3
2019-10-29