zulip/zerver
Steve Howell 239474124e test-backend: Remove generate_fixtures option.
We remove the `generate_fixtures` option here mostly
for simplicity, but in particular to facilitate
an upcoming commit to simplify the job of
`generate-fixtures` (and remove its `--force` option).

The command line option here for `test-backend`
was really calling `generate_fixtures --force`,
which we're about to rename `tools/rebuild-test-database`.

The `test-backend` tools is already smart about catching
up on migrations, so we generally don't need to tell it
to repair the database.

And if the database does get corrupt, you can just do
it directly with `tools/rebuild-test-database`.

This eliminates the `use_force` flag in
`update_test_databases_if_required`, which was easy
to confuse with `rebuild_test_database`.

The other caller wasn't using `use_force`.
2020-04-22 09:24:42 -07:00
..
data_import python: Whitespace fixes from autopep8. 2020-04-21 17:58:09 -07:00
lib test-backend: Remove generate_fixtures option. 2020-04-22 09:24:42 -07:00
management streams: Remove dependency of streams on actions. 2020-04-18 16:56:59 -07:00
migrations python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
openapi api: Add a monotonic integer "feature level" for non-webapp clients. 2020-04-21 13:37:57 -07:00
templatetags openapi: Pass api_url to curl example generation. 2019-08-17 11:35:08 -07:00
tests test_upload: Remove an erroneous nondeterministically correct check. 2020-04-21 17:58:19 -07:00
tornado python: Whitespace fixes from autopep8. 2020-04-21 17:58:09 -07:00
views api: Refactor get_members_backend to return a single bot's data. 2020-04-21 13:45:58 -07:00
webhooks python: Whitespace fixes from autopep8. 2020-04-21 17:58:09 -07:00
worker queue_processors: Write a newline char at the end of stats files. 2020-04-10 13:48:16 -07:00
__init__.py
apps.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
context_processors.py decorators: Restructure get_client_name interface. 2020-03-08 14:19:50 -07:00
decorator.py rate_limit: Move functions called by external code to RateLimitedObject. 2020-03-22 18:42:35 -07:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
logging_handlers.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
middleware.py python: Whitespace fixes from autopep8. 2020-04-21 17:58:09 -07:00
models.py python: Further pyupgrade changes following merge conflict. 2020-04-09 16:59:47 -07:00
signals.py emails: Translate from_name of account security emails. 2020-02-18 17:45:33 -08:00