Skip to content

[WIP] Test runner that reads textual test definitions and expectations

Diego Pino requested to merge dpino/libsoup:test-runner into master

Somehow similar to https://github.com/curl/curl/blob/master/tests/data/. These tests specify, using a text-based format, a how a client request should look like giving a Curl command.

In the case of libsoup, the idea would be to giving a certain client request and having a running server, match the actual output to an expected output.

Merge request reports