zulip/zerver
Mohit Gupta 363cd8c099 tests: Make errors stream for ERROR_BOT to report in test_report_error.
ERROR_BOT setting is not None during testing, so running
test_report_error without making errors stream was causing exception.
This commit make a stream name errors thus removes exception and error
log spam caused by it in ./tools/test-backend output.
2020-07-21 12:22:21 -07:00
..
data_import database: Remove short_name from UserProfile. 2020-07-17 11:15:15 -07:00
lib integrations: Re-add Canarytoken integration. 2020-07-20 15:34:40 -07:00
management database: Remove short_name from UserProfile. 2020-07-17 11:15:15 -07:00
migrations database: Remove short_name from UserProfile. 2020-07-17 11:15:15 -07:00
openapi js: Reformat with Prettier. 2020-07-17 14:31:25 -07:00
templatetags refactor: Rename zerver.lib.bugdown to zerver.lib.markdown . 2020-06-26 17:08:37 -07:00
tests tests: Make errors stream for ERROR_BOT to report in test_report_error. 2020-07-21 12:22:21 -07:00
tornado event_queue: Fix strict_optional errors. 2020-07-06 11:25:48 -07:00
views auth: Remove short_name from LDAP API. 2020-07-17 11:28:08 -07:00
webhooks integrations: Re-add Canarytoken integration. 2020-07-20 15:34:40 -07:00
worker queue_processors: Fix strict_optional errors. 2020-07-06 11:25:48 -07:00
__init__.py
apps.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
context_processors.py auth: Make apple log in and sign up buttons consistent with others. 2020-06-18 13:06:10 -07:00
decorator.py decorator: Replace type: ignore with cast, avoid Any. 2020-06-30 18:58:23 -07:00
filters.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
forms.py emails: Add a custom header specifying the organization when possible. 2020-06-28 13:33:02 -07:00
logging_handlers.py logging_handlers: Fix type: ignore issues. 2020-06-30 18:58:23 -07:00
middleware.py refactor: Rename bugdown words to markdown in stats related functions. 2020-06-26 17:20:40 -07:00
models.py database: Remove short_name from UserProfile. 2020-07-17 11:15:15 -07:00
signals.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00