Ejemplo n.º 1
0
    def test_translate( self ):
        original, translated = 'This is fun', 'Tothohisos isos fofunon'

        translate = exercises.translate( original )
        self.assertEqual( translate, translated )
Ejemplo n.º 2
0
    def test_translate( self ):
        original, translated = 'This is fun', 'Tothohisos isos fofunon'

        translate = exercises.translate( original )
        self.assertEqual( translate, translated )