Skip to content

Commit e06b1d6

Browse files
author
brianmc
committed
updated sample tests
1 parent afe647c commit e06b1d6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Versions should comply with PEP440. For a discussion on single-sourcing
1818
# the version across setup.py and the project code, see
1919
# https://packaging.python.org/en/latest/single_source_version.html
20-
version='1.0.3',
20+
version='1.0.4',
2121

2222
description='Authorize.Net Python SDK',
2323

tests/testssample.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def testPropertyFromFile(self):
2929
self.assertIsNotNone(transactionkey)
3030

3131
class test_TransactionReportingUnitTest(apitestbase.ApiTestBase):
32-
'''
32+
3333
def testGetTransactionDetails(self):
3434

3535
gettransactiondetailsrequest = apicontractsv1.getTransactionDetailsRequest()
@@ -39,7 +39,7 @@ def testGetTransactionDetails(self):
3939
gettransactiondetailscontroller.execute()
4040
response = gettransactiondetailscontroller.getresponse()
4141
self.assertEquals('Ok', response.messages.resultCode)
42-
'''
42+
4343
class test_RecurringBillingTest(apitestbase.ApiTestBase):
4444

4545
def testCreateSubscription(self):
@@ -53,7 +53,7 @@ def testCreateSubscription(self):
5353
response = arbcreatesubscriptioncontroller.getresponse()
5454
self.assertIsNotNone(response.subscriptionId)
5555
self.assertEquals('Ok', response.messages.resultCode)
56-
'''
56+
5757
def testcancelSubscription(self):
5858

5959
cancelsubscriptionrequest = apicontractsv1.ARBCancelSubscriptionRequest()
@@ -64,7 +64,7 @@ def testcancelSubscription(self):
6464
cancelsubscriptioncontroller.execute()
6565
response = cancelsubscriptioncontroller.getresponse()
6666
self.assertEquals('Ok', response.messages.resultCode)
67-
'''
67+
6868
class paymentTransactionUnitTest(apitestbase.ApiTestBase):
6969

7070
def testauthCaputureTransaction(self):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy