Skip to content

Commit ee4c70c

Browse files
Merge pull request #3 from akintunde-rocketgate/rgops-5199-update-python-sdk
RGOPS-5199: Update Python SDK
2 parents 2be9a46 + 94cce5d commit ee4c70c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+6075
-1523
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/.idea
2+
__pycache__
3+
tests/__pycache__
4+
tests/.DS_Store
5+
.DS_Store
6+
/venv

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![rocketgate-python-sdk](http://rocketgate.com/images/logo_rocketgate.png)
22

3-
Rocketgate Gateway Python SDK
3+
RocketGate Gateway Python SDK
44
===========
55

66
The Python 3.x Software Development Kit and Test Scripts
@@ -14,3 +14,9 @@ Docs related to this repository are located at:
1414
3. GatewayResponse: https://help.rocketgate.com/support/solutions/articles/28000018236-gatewayresponse
1515
4. GatewayResponse Error / Decline Codes: https://help.rocketgate.com/support/solutions/articles/28000018169-gatewayresponse-error-decline-codes
1616

17+
18+
## Running integration tests
19+
From the root of the project, using your installed Python Interpreter, run the following command:
20+
```shell
21+
python3 -m unittest discover ./tests -p '*.py'
22+
```

0 commit comments

Comments
 (0)