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

@@ -68,7 +68,7 @@ Zulip also has about a dozen smaller tests suites:
`/help` user documentation site, and related pages.
- `tools/test-api`: Tests that the API documentation at `/api`
actually works; the actual code for this is defined in
`zerver/lib/api_test_helpers.py`.
`zerver/openapi/python_examples.py`.
- `test-locked-requirements`: Verifies that developers didn't forget
to run `tools/update-locked-requirements` after modifying
`requirements/*.in`. See