You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: