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

@@ -109,7 +109,7 @@ not_yet_fully_covered = {path for target in [
'zerver/lib/generate_test_data.py',
'zerver/lib/test_fixtures.py',
'zerver/lib/test_runner.py',
'zerver/lib/api_test_helpers.py',
'zerver/openapi/python_examples.py',
# Tornado should ideally have full coverage, but we're not there.
'zerver/tornado/autoreload.py',
'zerver/tornado/descriptors.py',