tests: Move zerver/fixtures to zerver/tests/fixtures for clarity.

Fixes #9153.
This commit is contained in:
Preston Hansen
2018-04-19 13:17:24 -05:00
committed by Tim Abbott
parent d0801dd602
commit 76d6c71595
38 changed files with 29 additions and 29 deletions

View File

@@ -197,7 +197,7 @@ class AboutPageTest(ZulipTestCase):
# This block has unreliable test coverage due to the implicit
# caching here, so we exclude it from coverage.
if not os.path.exists(settings.CONTRIBUTORS_DATA):
# Copy the fixture file in `zerver/fixtures` to `static/generated`
# Copy the fixture file in `zerver/tests/fixtures` to `static/generated`
update_script = os.path.join(os.path.dirname(__file__),
'../../tools/update-authors-json') # nocoverage
subprocess.check_call([update_script, '--use-fixture']) # nocoverage