﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
20864	Test client should use common method when making requests	Krzysztof Jurewicz	Krzysztof Jurewicz	Test client has a `generic` method, which is used to construct `PUT`, `OPTIONS` and `PATCH` requests. However it could be used also in `GET`, `HEAD` and `POST` methods, which would allow easier creation of custom test clients. For example, if one wants to create a client which adds a specific HTTP header to all requests, no matter what the method, he could do this by overriding only `generic` method. Now he has to override `generic`, `post`, `head` and `get`.	Cleanup/optimization	closed	Testing framework	dev	Normal	fixed			Unreviewed	1	0	0	0	1	0
