zulip/zerver/webhooks/helloworld
PIG208 5ecbfecd77 webhook: Rename FIXTURE_DIR_NAME to WEBHOOK_DIR_NAME.
Since FIXTURE_DIR_NAME is the name of the folder that contains the view
and tests modules of the webhook and another folder called "fixtures" that
store the fixtures, it is more appropriate to call it WEBHOOK_DIR_NAME,
especially when we want to refer to the view module using this variable.
2021-06-29 17:01:54 -07:00
..
fixtures webhooks: Fix invalid JSON in Hello World test fixtures. 2020-08-11 10:47:13 -07:00
__init__.py
doc.md integrations: Make Hello World example less confusing. 2021-03-25 01:40:38 -07:00
tests.py webhook: Rename FIXTURE_DIR_NAME to WEBHOOK_DIR_NAME. 2021-06-29 17:01:54 -07:00
view.py mypy: Don’t use Iterable for values iterated multiple times. 2021-04-29 16:06:17 -07:00