mirror of https://github.com/zulip/zulip.git
6f58994ef4
Adds testing coverage for validating the documented examples for each event in the `api/get-events` endpoint documentation. This will help us catch basic typos / mistakes when adding new event examples. And if fields / objects are removed or modified for existing events in the API, then failing to update the examples for those changes will also be caught by this additional test coverage. Adding new fields / objects to existing event schemas without updating the example will not be caught unless the new field is marked as required in the documentation. |
||
---|---|---|
.. | ||
__init__.py | ||
curl_param_value_generators.py | ||
javascript_examples.js | ||
javascript_examples.py | ||
markdown_extension.py | ||
openapi.py | ||
python_examples.py | ||
test_curl_examples.py | ||
testing.yaml | ||
zulip.yaml |