tests: Rename test_narrow.py to test_message_fetch.py.

This commit renames test_narrow.py and also all its references to
test_message_fetch.py.
This commit is contained in:
Mohit Gupta 2020-07-08 02:49:13 +05:30 committed by Tim Abbott
parent 9ccb33a894
commit 308643cace
3 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ RUN apt-get update \
# Set the locale, together with the locale-related steps above.
# It's not entirely clear why, but alternatives that don't work include
# * using `C.UTF-8` instead of `en_US.UTF-8`, here and above
# (causes mysterious failures in zerver.tests.test_narrow)
# (causes mysterious failures in zerver.tests.test_message_fetch)
# * skipping the /etc/default/locale step above (ditto)
# * skipping this ENV instruction (causes provision to fail,
# because Python tries to use the `ascii` codec)

View File

@ -35,7 +35,7 @@ FILES_WITH_LEGACY_SUBJECT = {
# This has lots of query data embedded, so it's hard
# to fix everything until we migrate the DB to "topic".
'zerver/tests/test_narrow.py',
'zerver/tests/test_message_fetch.py',
}
shebang_rules: List["Rule"] = [