[issue23028] CEnvironmentVariableTests and PyEnvironmentVariableTests test the same implementation

Serhiy Storchaka report at bugs.python.org
Wed Dec 10 22:58:49 CET 2014


New submission from Serhiy Storchaka:

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.

----------
components: Tests
messages: 232447
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: CEnvironmentVariableTests and PyEnvironmentVariableTests test the same implementation
type: behavior
versions: Python 2.7, Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23028>
_______________________________________


More information about the Python-bugs-list mailing list