Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 820 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 820 Bytes

Contributing

Instructions for contributing to plaid-python. A python client library for the Plaid API. This library is fully generated from the Plaid OpenAPI spec.

Setup

Have a valid version of Python3 installed, as well as docker.

Running Tests

  1. To build the docker image for the client tests, run docker build -t plaid-python ..
  2. Go to the Plaid Dashboard and copy and paste your client_id and sandbox secret into the following command.
  3. Run docker run --rm -e CLIENT_ID=$CLIENT_ID -e SECRET=$SECRET plaid-python.

If you wish to run a single test, edit the tox.ini file and rebuild the docker image using the command from step 1.