rust_rest_test 0.1.0

An executable that can be used to run "unit tests" on a rust api
[/_matrix/client/r0/register]

invalid_registration
	Title Test invalid registration
	Description
		Test if this thing really works.
		Description doesn't need double quotes. You
		can just write multi-line text here.
	Request
		Type POST
		Content
			{}
	Response
		Status 400
		Content
			JsonFree
				eq "error" "Content not JSON."
			JsonStrict
			    The content of JsonStrict is ignored and not implemented yet
				"m.error.types"
				"m.error.message"


invalid_get_request
	Title Test invalid registration
	Request
		Type GET
	Response
		Status 404
		Content
			JsonFree
				eq "m"."error"."type" Error message
				has "m"."error"."message"
				eq "m"."error"."type" another error message