Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 312 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 312 Bytes

pipedrive-api tests

Install required dependencies first:

go get -t ../...

integration

This will exercise the library against the live Pipedrive API and verify actual behaviour of the API.

Run tests using:

PIPEDRIVE_API_TOKEN=XXXXXX go test -v -tags=integration ./integration