mirror of https://github.com/zulip/zulip.git
c7a2c48bb7
The swagger validator is a basic tool to check whether our openapi specification file follows the basic syntax. But to ensure that our zulip.yaml file is not only syntactically compatible but also describes our API well, we need to add custom tests. This commit currently checks whether each endpoint has an `operationId` and a valid tag. It also makes it easier to check for custom rules in the future. |
||
---|---|---|
.. | ||
curl_param_value_generators.py | ||
javascript_examples.js | ||
javascript_examples.py | ||
markdown_extension.py | ||
openapi.py | ||
python_examples.py | ||
test_curl_examples.py | ||
zulip.yaml |