MatrixSynapse/tests/rest/client/v2_alpha
Richard van der Hoff 7eebe4b3fc Replace `request.code` with `channel.code`
The two are equivalent, but really we want to check the HTTP result that got
returned to the channel, not the code that the Request object *intended* to
return to the channel.
2020-12-15 22:32:12 +00:00
..
__init__.py Refactor REST API tests to use explicit reactors (#3351) 2018-07-17 20:43:18 +10:00
test_account.py Replace `request.code` with `channel.code` 2020-12-15 22:32:12 +00:00
test_auth.py Replace `request.code` with `channel.code` 2020-12-15 22:32:12 +00:00
test_capabilities.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_filter.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_password_policy.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_register.py Replace `request.code` with `channel.code` 2020-12-15 22:32:12 +00:00
test_relations.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_shared_rooms.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_sync.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00