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
Each client package are using their own set of data for unit test, this
may lead to inconsistency among different client packages. One of the
approaches to resolve such inconsistency is to unify the data (i.e.
sample HTTP requests / responses) used in unit tests and isolate these
data from the test suite of each individual client package.
The Python client places the majority of test data in separate json
files, this is a viable solution to test data isolation.
The text was updated successfully, but these errors were encountered:
Each client package are using their own set of data for unit test, this
may lead to inconsistency among different client packages. One of the
approaches to resolve such inconsistency is to unify the data (i.e.
sample HTTP requests / responses) used in unit tests and isolate these
data from the test suite of each individual client package.
The Python client places the majority of test data in separate json
files, this is a viable solution to test data isolation.
The text was updated successfully, but these errors were encountered: