jacobsvante / netsuite

Make async requests to NetSuite SuiteTalk SOAP/REST Web Services and Restlets
https://jacobsvante.github.io/netsuite/
MIT License
102 stars 55 forks source link

SOAP API client should have unit tests #72

Open vlouvet opened 10 months ago

vlouvet commented 10 months ago

The tests/test_soap_api.py file currently only has basic tests for initializing the client, but does not test any functionality beyond that.

It would be best if each function in soap_api/client.py had documentation added, and a unit test added.

With these tests added, we can start extending and testing functionality such as pagination and advanced SuiteQL queries (mentioned in a different issue).

iloveitaly commented 10 months ago

Agreed! Would love a PR for this.