Exemplo n.º 1
0
 def test_parse_post(self, urlopen):
     junk, transactions = views._parse(sample_refund)
     eq_(transactions['0']['status'], 'Refunded')
Exemplo n.º 2
0
 def test_parse_post(self, urlopen):
     junk, transactions = views._parse(sample_refund)
     eq_(transactions["0"]["status"], "Refunded")
Exemplo n.º 3
0
 def test_parse_post(self, urlopen):
     # TODO(andym): flesh this out and conflate with ashort code.
     junk, transactions = views._parse(sample_refund)
     eq_(transactions['0']['status'], 'Refunded')
Exemplo n.º 4
0
 def test_parse_post(self, urlopen):
     junk, transactions = views._parse(sample_refund)
     eq_(transactions['0']['status'], 'Refunded')
Exemplo n.º 5
0
 def test_parse_post(self, urlopen):
     # TODO(andym): flesh this out and conflate with ashort code.
     junk, transactions = views._parse(sample_refund)
     eq_(transactions['0']['status'], 'Refunded')