MCPcopy Create free account
hub / github.com/bleachbit/bleachbit / test_get_active_language_code

Method test_get_active_language_code

tests/TestLanguage.py:55–58  ·  view source on GitHub ↗

Test get_active_language_code()

(self)

Source from the content-addressed store, hash-verified

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()"""

Callers

nothing calls this directly

Calls 2

get_active_language_codeFunction · 0.90
assertIsLanguageCodeMethod · 0.80

Tested by

no test coverage detected