From c9d08384f35b99cc04c5e831bc3ae59a0367121b Mon Sep 17 00:00:00 2001 From: richvdh Date: Fri, 11 Jun 2021 08:57:53 +0000 Subject: deploy: e21c3473324116e4a25346991aca08e3207778e1 --- develop/development/contributing_guide.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'develop/development/contributing_guide.html') diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html index 9371aa605b..13d3bf1438 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html @@ -318,9 +318,12 @@ another module instead of tests - or a test class or a method:

source ./env/bin/activate
 trial tests.rest.admin.test_room tests.handlers.test_admin.ExfiltrateData.test_invite
 
-

If your tests fail, you may wish to look at the logs:

+

If your tests fail, you may wish to look at the logs (the default log level is ERROR):

less _trial_temp/test.log
 
+

To increase the log level for the tests, set SYNAPSE_TEST_LOG_LEVEL:

+
SYNAPSE_TEST_LOG_LEVEL=DEBUG trial tests
+

Run the integration tests.

The integration tests are a more comprehensive suite of tests. They run a full version of Synapse, including your changes, to check if -- cgit 1.5.1