Skip to content

Commit f73c6e4

Browse files
author
egodolja
committed
Update README.md
1 parent 7ab227f commit f73c6e4

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
# sdk-python [![Build Status](https://magnum.travis-ci.com/egodolja/sdk-python.svg?token=9z5hnp59uHpbBpKa445s&branch=master)](https://magnum.travis-ci.com/egodolja/sdk-python)
22
Python SDK for the Authorize.Net API
33

4-
Python - demo version commit
5-
06/25/2015
6-
74
Installations
85
--------------------------------------
96
- python 2.7
7+
- Editor of your choice (I used PyDev for Eclipse)
108
- pyxb 1.2.4
119
*install python before pyxb
1210

11+
Run the following to get pyxb and nosetests:
12+
- pip install pyxb
13+
- pip install nosetests
1314

1415
Generating classes from xsd
1516
--------------------------------------
16-
- run generateObjectsFromXSD.bat script
17-
17+
- use the pyxbgen script from PyXB
18+
- run the following:
19+
python [path to pyxbgen] -u [link to xsd schema] -m [name of module to contain the classes]
20+
- refer to generateObjectsFromXSD.bat in the scripts folder to see how it's used
1821

19-
Testing Controllers
22+
Testing
2023
--------------------------------------
21-
- each controller has its corresponding test
22-
- results recorded in the log
24+
- Tests available are: unit tests, mock tests, sample code
25+
- use nosetests to run all unittests
26+
27+
2328

24-
Testing demoTest
25-
--------------------------------------
26-
- uncomment the commented out helper function in ARBCreateSubscriptionController to run demoTest

0 commit comments

Comments
 (0)