Exemplo n.º 1
0
 def test_with_invalid_currency_code(self):
     self.assertFalse(get_symbol('XYZ'))
Exemplo n.º 2
0
 def test_with_invalid_currency_code(self):
     self.assertFalse(get_symbol('XYZ'))
Exemplo n.º 3
0
 def test_with_valid_currency_code(self):
     self.assertEqual(str(get_symbol('USD')), 'US$')
Exemplo n.º 4
0
 def test_with_valid_currency_code(self):
     self.assertEqual(str(get_symbol('USD')), 'US$')