This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: CEnvironmentVariableTests and PyEnvironmentVariableTests test the same implementation
Type: behavior Stage: needs patch
Components: Tests Versions: Python 3.4, Python 3.5, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: serhiy.storchaka
Priority: normal Keywords:

Created on 2014-12-10 21:58 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin.

Messages (1)
msg232447 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-12-10 21:58
CEnvironmentVariableTests and PyEnvironmentVariableTests are purposed to test C and Python implementations. But they are test the same implementation because execute test code in a subprocess and changes of sys.modules in current process don't affect a subprocess.
History
Date User Action Args
2022-04-11 14:58:11adminsetgithub: 67217
2014-12-10 21:58:49serhiy.storchakacreate