mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
lib: Rename lib/api_test_helpers.py to openapi/python_examples.py
This will make the contained code easier to find.
This commit is contained in:
committed by
Tim Abbott
parent
c90056bdb2
commit
f280e9cf84
@@ -16,7 +16,7 @@ from zulip import Client
|
||||
|
||||
from tools.lib.test_script import assert_provisioning_status_ok
|
||||
from tools.lib.test_server import test_server_running
|
||||
from zerver.lib.api_test_helpers import test_the_api, test_invalid_api_key
|
||||
from zerver.openapi.python_examples import test_the_api, test_invalid_api_key
|
||||
|
||||
os.environ['DJANGO_SETTINGS_MODULE'] = 'zproject.test_settings'
|
||||
django.setup()
|
||||
|
Reference in New Issue
Block a user