Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unification of test data #2

Open
CMCDragonkai opened this issue Mar 12, 2014 · 0 comments
Open

Unification of test data #2

CMCDragonkai opened this issue Mar 12, 2014 · 0 comments

Comments

@CMCDragonkai
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant