Test get_active_language_code()
(self)
| 53 | setup_translation() |
| 54 | |
| 55 | def test_get_active_language_code(self): |
| 56 | """Test get_active_language_code()""" |
| 57 | lang_id = get_active_language_code() |
| 58 | self.assertIsLanguageCode(lang_id) |
| 59 | |
| 60 | def test_get_supported_language_codes(self): |
| 61 | """Test get_supported_language_codes()""" |
nothing calls this directly
no test coverage detected