Files
zulip/tools
Steve Howell c693ae8982 event tests: Cover do_update_user_status better.
We often send only one field (away or status_text)
to be updated.

So we have to make our schema support optional
keys.

As a result of the more flexible schema, we no
longer need to exempt the node fixtures from
our schema checks.
2021-01-20 13:17:32 -08:00
..
2021-01-20 13:17:32 -08:00
2020-09-14 16:22:23 -07:00
2020-06-11 16:45:32 -07:00
2019-08-06 23:29:11 -07:00
2019-11-04 18:12:11 -08:00
2021-01-20 13:17:32 -08:00

This directory contains scripts that are used in building, managing, testing, and other forms of work in a Zulip development environment. Note that tools that are also useful in production belong in scripts/ or should be Django management commands.

For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.