示例#1
0
 def test_parse_post(self, urlopen):
     junk, transactions = views._parse(sample_refund)
     eq_(transactions['0']['status'], 'Refunded')
示例#2
0
文件: test_views.py 项目: vdt/zamboni
 def test_parse_post(self, urlopen):
     junk, transactions = views._parse(sample_refund)
     eq_(transactions["0"]["status"], "Refunded")
示例#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')
示例#4
0
 def test_parse_post(self, urlopen):
     junk, transactions = views._parse(sample_refund)
     eq_(transactions['0']['status'], 'Refunded')
示例#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')