Skip to content

Commit

Permalink
test coverage increased
Browse files Browse the repository at this point in the history
test coverage increased
  • Loading branch information
Anjaneyulu authored and ashwin31 committed Jul 15, 2016
1 parent d2011bc commit 8639129
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion payu/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
refund_transaction,
cancel_transaction,
check_action_status,
cancel_refund_transaction,
)


Expand Down Expand Up @@ -123,5 +124,9 @@ def test_capture_transaction(self):
def test_refund_transaction(self):
r = refund_transaction(123,123)

def test_refund_transaction(self):
def test_check_action_status(self):
r = check_action_status(123)

def test_cancel_refund_transaction(self):
r = cancel_refund_transaction(123,10)

0 comments on commit 8639129

Please sign in to comment.