コード例 #1
0
 def test_SupportedLanguagesIsAsExpected(self):
     # Yeah, I'm hitting the file system.  Deal with it.
     controller = Controller()
     langs = controller.get_supported_languages()
     self.assertEqual(langs, {'en_TEST': 'L33t'})