You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.
The message format tests in the tests file targeting the message translate function, e.g.:
test_icu_plural_ru
test_icu_plural_de
etc
seem like integration tests targeting PyICU. Do we really need these, or could we just mock MessageFormatter and then check that the locale is passed in as an argument?
The text was updated successfully, but these errors were encountered:
The message format tests in the tests file targeting the message translate function, e.g.:
seem like integration tests targeting PyICU. Do we really need these, or could we just mock
MessageFormatter
and then check that thelocale
is passed in as an argument?The text was updated successfully, but these errors were encountered: