예제 #1
0
파일: test_views.py 프로젝트: flyun/zamboni
 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')