Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CEnvironmentVariableTests and PyEnvironmentVariableTests test the same implementation #67217

Open
serhiy-storchaka opened this issue Dec 10, 2014 · 1 comment
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@serhiy-storchaka
Copy link
Member

BPO 23028
Nosy @serhiy-storchaka

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = None
created_at = <Date 2014-12-10.21:58:49.161>
labels = ['type-bug', 'tests']
title = 'CEnvironmentVariableTests and PyEnvironmentVariableTests test the same implementation'
updated_at = <Date 2014-12-10.21:58:49.161>
user = 'https://github.com/serhiy-storchaka'

bugs.python.org fields:

activity = <Date 2014-12-10.21:58:49.161>
actor = 'serhiy.storchaka'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2014-12-10.21:58:49.161>
creator = 'serhiy.storchaka'
dependencies = []
files = []
hgrepos = []
issue_num = 23028
keywords = []
message_count = 1.0
messages = ['232447']
nosy_count = 1.0
nosy_names = ['serhiy.storchaka']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue23028'
versions = ['Python 2.7', 'Python 3.4', 'Python 3.5']

@serhiy-storchaka
Copy link
Member Author

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.

@serhiy-storchaka serhiy-storchaka added tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Dec 10, 2014
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
1 participant