mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
So `generate-fixtures` only ever did 9 lines of code (really 3 lines of actual code) in its normal mode of operation. But it was cluttered with lots of stuff that really only happened when you called it with the `-force` option, which was only invoked by `rebuild-test-database`. Now we inline most of the code into `rebuild-test-database`. And now `generate-fixtures` is simple (and doesn't support a `-force` flag. |
||
|---|---|---|
| .. | ||
| dev-vagrant-docker | ||
| emoji | ||
| __init__.py | ||
| build_pygments_data | ||
| dev-motd | ||
| generate_zulip_bots_static_files.py | ||
| generate-fixtures | ||
| generate-test-credentials | ||
| install-aws-server | ||
| install-sgrep | ||
| install-shellcheck | ||
| lang.json | ||
| optimize-svg | ||
| postgres-init-dev-db | ||
| postgres-init-test-db | ||
| setup_venvs.py | ||