]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36235: Enhance distutils test_customize_compiler() (GH-12403)
authorVictor Stinner <vstinner@redhat.com>
Mon, 18 Mar 2019 16:19:02 +0000 (17:19 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2019 16:19:02 +0000 (17:19 +0100)
commit72c7b372cf145fded93a9a776acc742a60090f95
tree190823a6760f08bf7983f160947cba6fff21e0cd
parent9e06d2b865beb62e54a4da39eb191f9fb8385282
bpo-36235: Enhance distutils test_customize_compiler() (GH-12403)

The test test_customize_compiler() now mocks all sysconfig variables
and all environment variables used by customize_compiler().
Lib/distutils/tests/test_sysconfig.py