Exemple #1
0
 def test_parse_post(self, urlopen):
     junk, transactions = views._parse(sample_refund)
     eq_(transactions['0']['status'], 'Refunded')
Exemple #2
0
 def test_parse_post(self, urlopen):
     junk, transactions = views._parse(sample_refund)
     eq_(transactions["0"]["status"], "Refunded")
Exemple #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')
Exemple #4
0
 def test_parse_post(self, urlopen):
     junk, transactions = views._parse(sample_refund)
     eq_(transactions['0']['status'], 'Refunded')
Exemple #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')