The Python 3.x Software Development Kit and Test Scripts
Documentation is available in RocketGate's helpdesk at https://help.rocketgate.com/support/solutions/28000015702
Docs related to this repository are located at:
- GatewayService: https://help.rocketgate.com/support/solutions/articles/28000018238-gatewayservice
- GatewayRequest: https://help.rocketgate.com/support/solutions/articles/28000018237-gatewayrequest
- GatewayResponse: https://help.rocketgate.com/support/solutions/articles/28000018236-gatewayresponse
- GatewayResponse Error / Decline Codes: https://help.rocketgate.com/support/solutions/articles/28000018169-gatewayresponse-error-decline-codes
From the root of the project, using your installed Python Interpreter, run the following command:
python3 -m unittest discover ./tests -p '*.py'