From 0660d8e9ece79f92613c11458e7ac9b0b7267124 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Tue, 5 Jul 2022 09:46:55 +0000 Subject: deploy: 65e675504fe060e5e99e145be450fe4d492f404f --- develop/development/contributing_guide.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'develop/development') diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html index 0c558acbfd..e770b68a95 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html @@ -347,6 +347,9 @@ Here is how to run your local Synapse checkout against your local Complement che
  • Passing POSTGRES=1 as an environment variable to use the Postgres database instead.
  • Passing WORKERS=1 as an environment variable to use a workerised setup instead. This option implies the use of Postgres.
  • +

    To increase the log level for the tests, set SYNAPSE_TEST_LOG_LEVEL, e.g:

    +
    SYNAPSE_TEST_LOG_LEVEL=DEBUG COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh -run TestImportHistoricalMessages
    +

    Prettier formatting with gotestfmt

    If you want to format the output of the tests the same way as it looks in CI, install gotestfmt.

    -- cgit 1.5.1