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:
Hemanth V. Alluri
2019-08-04 21:44:48 +05:30
committed by Tim Abbott
parent c90056bdb2
commit f280e9cf84
8 changed files with 13 additions and 13 deletions

View File

@@ -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()