jsonapi-rust icon indicating copy to clipboard operation
jsonapi-rust copied to clipboard

Add integration tests

Open mmstick opened this issue 7 years ago • 0 comments

The crate should be tested against an integration-test-compatible local web server which provides the JSON API. This could be done by having a tests/common module, which would be responsible for spawning instances of a local web server (returning their port to the test unit), similar to this, and then have every integration test send requests to their unique instance.

mmstick avatar Dec 14 '18 20:12 mmstick