﻿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
23006	test.Client: provide os.environ with request.meta for consistency	Daniel Hahler	nobody	"When using the test.Client the information from os.environ is not present in request.META, although it will be there usually (runser/uwsgi/...).

This causes e.g. the `debug.technical_500_response` to look different when accessed via the test client.

This is important for (advanced) testing, when you want to see if e.g. `settings.SECRET_KEY` would end up in the rendered content: with the test client it will currently never be there, although you have `DJANGO_SECRECT_KEY` in the environment and this would show up when not using the test client (via rendering of request.META).

(I have mentioned this in [https://code.djangoproject.com/ticket/23004#comment:2 a comment to another issue], and since I appear to not miss something obvious, I am creating a new issue for it.)"	Bug	closed	Testing framework	dev	Normal	wontfix		Florian Apolloner	Unreviewed	0	0	0	0	0	0
