Files
zulip/tools
Anders Kaseorg 91a86c24f5 python: Replace None defaults with empty collections where appropriate.
Use read-only types (List ↦ Sequence, Dict ↦ Mapping, Set ↦
AbstractSet) to guard against accidental mutation of the default
value.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-06-13 15:31:27 -07:00
..
2020-06-08 21:59:57 -07:00
2020-06-11 16:45:32 -07:00
2020-06-11 16:45:32 -07:00
2020-06-11 16:45:32 -07:00
2020-06-11 16:45:32 -07:00
2020-06-11 16:47:07 -07:00
2020-06-11 16:45:32 -07:00
2020-06-11 16:47:07 -07:00
2020-06-11 16:45:32 -07:00
2019-11-04 18:12:11 -08:00
2020-06-11 16:45:32 -07:00
2020-06-11 16:45:32 -07:00
2020-06-11 16:45:32 -07:00
2020-06-11 16:45:32 -07:00
2020-06-11 16:45:32 -07: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.