diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-05-24 15:00:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-24 15:00:03 +0100 |
commit | 1667a4b09f320c9afb07693d8849c55a01f6e2ed (patch) | |
tree | 9afae56b850ffb8824e45e76fa2808e70e90d01d /docs | |
parent | e1ec98e248ab9cdaa5f648bad871994b7abcabc7 (diff) |
Add SyTest support to CI (#704)
Adds SyTest CI through CircleCI.
Also need to add all the tests that currently pass to testfile, but I don't think that's a hard blocker for merging.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sytest.md | 8 |
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. |