mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
test_message_summary: Add a basic test.
This commit is contained in:
@@ -179,6 +179,8 @@ RUNNING_OPENAPI_CURL_TEST = False
|
||||
# This is overridden in test_settings.py for the test suites
|
||||
GENERATE_STRIPE_FIXTURES = False
|
||||
# This is overridden in test_settings.py for the test suites
|
||||
GENERATE_LITELLM_FIXTURES = False
|
||||
# This is overridden in test_settings.py for the test suites
|
||||
BAN_CONSOLE_OUTPUT = False
|
||||
# This is overridden in test_settings.py for the test suites
|
||||
TEST_WORKER_DIR = ""
|
||||
|
||||
@@ -55,6 +55,9 @@ if "RUNNING_OPENAPI_CURL_TEST" in os.environ:
|
||||
if "GENERATE_STRIPE_FIXTURES" in os.environ:
|
||||
GENERATE_STRIPE_FIXTURES = True
|
||||
|
||||
if "GENERATE_LITELLM_FIXTURES" in os.environ:
|
||||
GENERATE_LITELLM_FIXTURES = True
|
||||
|
||||
if "BAN_CONSOLE_OUTPUT" in os.environ:
|
||||
BAN_CONSOLE_OUTPUT = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user