aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/sytest.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/sytest.md b/docs/sytest.md
new file mode 100644
index 00000000..a0f7d85c
--- /dev/null
+++ b/docs/sytest.md
@@ -0,0 +1,8 @@
+# SyTest
+
+Dendrite uses [SyTest](https://github.com/matrix-org/sytest) for its
+integration testing. When creating a new PR, add the test IDs that your PR
+should allow to pass to `testfile` in dendrite's root directory. Not all PRs
+need to make new tests pass. If we find your PR should be making a test pass we
+may ask you to add to that file, as generally Dendrite's progress can be
+tracked through the amount of SyTest tests it passes.