Add the ability to test all locales at once.
See original GitHub issueWe need test all locales at one moment without manual changes file tests.py
. Because by default tests.py
will test only en
locale. If we want to check other locales then we need manually change value of LANG in file tests.py and it’s not good. One of the best solution is a pytest.fixture
So if anyone can help us with this problem, please let me know. Thanks!
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Execute unit tests for multiple locales - Stack Overflow
I have a series of unit tests. The application I am testing is munti-lingual, (English and French). I have created 2 string resource...
Read more >What practices exist for locale-specific unit testing?
Generally you will not need to duplicate every unit test. You should identify what is really dependent on the locale (good checklist is ......
Read more >Testing Your Internationalized App - Apple Developer
Click the target in the Run destination menu and choose Edit Scheme. On the right, select Options.
Read more >Test your app with pseudolocales - Android Developers
Android 4.4. 4 or earlier: On the device, open the Settings app and tap Languages and input > Language preferences > Add a...
Read more >Test failed due to locale message settings. (with non-English ...
We can set the locale manually by LocalizedMessage#setLocale and this method is called by Checker. I thought setting the locale in the test...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I submitted my attempt at PR #43.
I’ll certainly give it a try!