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