diff options
author | erikjohnston <erikjohnston@users.noreply.github.com> | 2024-02-06 09:28:12 +0000 |
---|---|---|
committer | erikjohnston <erikjohnston@users.noreply.github.com> | 2024-02-06 09:28:12 +0000 |
commit | ca98384a74e37206b93538b6857ae15ab12e760c (patch) | |
tree | d7fd4cf33bfa3fb1e9d72d39b9dd2d69380443bc /develop/development/contributing_guide.html | |
parent | deploy: d24d115706ed650b0d762be3e19edcb13c223aec (diff) | |
download | synapse-ca98384a74e37206b93538b6857ae15ab12e760c.tar.xz |
deploy: 505cdd044bd7086996b2ec476b488837f5b89ad3
Diffstat (limited to 'develop/development/contributing_guide.html')
-rw-r--r-- | develop/development/contributing_guide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html index e30f8861a7..9c481b5c7c 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html @@ -374,7 +374,7 @@ configuration:</p> <li>To run with Postgres, supply the <code>-e POSTGRES=1 -e MULTI_POSTGRES=1</code> environment flags.</li> <li>To run with Synapse in worker mode, supply the <code>-e WORKERS=1 -e REDIS=1</code> environment flags (in addition to the Postgres flags).</li> </ul> -<p>For more details about other configurations, see the <a href="https://github.com/vector-im/sytest/blob/develop/docker/README.md">Docker-specific documentation in the SyTest repo</a>.</p> +<p>For more details about other configurations, see the <a href="https://github.com/matrix-org/sytest/blob/develop/docker/README.md">Docker-specific documentation in the SyTest repo</a>.</p> <h2 id="run-the-integration-tests-complement"><a class="header" href="#run-the-integration-tests-complement">Run the integration tests (<a href="https://github.com/matrix-org/complement">Complement</a>).</a></h2> <p><a href="https://github.com/matrix-org/complement">Complement</a> is a suite of black box tests that can be run on any homeserver implementation. It can also be thought of as end-to-end (e2e) tests.</p> <p>It's often nice to develop on Synapse and write Complement tests at the same time. |