zulip/zerver/fixtures
Tim Abbott 1410a1e460 slack import: Remove unnecessary zerver_realm_skeleton.json.
This was stored as a fixture file under zerver/fixtures, which caused
problems, since we don't show that directory under production (as its
part of the test system).

The simplest emergency fix here would be to just move the file, but
when looking at it, it's clear that we don't need or want a fixture
file here; we want a Python object, so we just do that.

A valuable follow-up improvement to this block would be to create an
actual new Realm object (not saved to the database), and dump it the
same code we use in the export tool; that should handle the vast
majority of these correctly.

Fixes #9123.
2018-04-18 10:33:53 -07:00
..
email Add tests for email_mirror management command. 2016-07-29 19:13:52 -07:00
slack_fixtures slack importer: Test import in existing database with fixtures. 2018-02-09 12:17:10 -08:00
.gitignore [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
authors.json /team: Populate authors.json with updated file structure. 2017-11-22 11:33:24 -08:00
config.generate_data.json dev environment: Properly close triple quotes in fixture messages. 2018-03-07 16:26:30 -08:00
csp_report.json csp_reports: Add endpoint to handle logging of reports sent by clients. 2018-04-11 23:01:13 +05:30
docs_url_preview_data.json populate_db: Pre-populate open graph cache to avoid network activity. 2018-03-27 16:42:59 -07:00
duplicate_commits.json team page: Remove duplicate contribution counts. 2018-03-07 17:25:41 -08:00
markdown_test_cases.json CVE-2018-9986: Fix XSS issues with frontend markdown processor. 2018-04-12 09:46:37 -07:00
narrow.json Update narrow.py, messages.py to support is:unread. 2017-06-19 06:51:13 -04:00
slack_message_conversion.json slack importer: Add regex for mail links. 2018-01-23 10:01:15 -05:00
stripe.json stripe: Add backend tests for stripe. 2018-02-12 12:45:46 -08:00
user_agents_unique tests: Replace test_user_agent_parsing with a normal test. 2017-09-16 03:56:18 -07:00