[issue20799] Turn on all tests in test.test_importlib.source.test_file_loader

2014-03-05 Thread Matheus Vieira Portela

Matheus Vieira Portela added the comment:

Apparently, the methods with leading underscore are being tested by two classes 
(SourceLoaderBadBytecodeTest and SourcelessLoaderBadBytecodeTest) that 
implement methods with similar names (but without the underscore).

Simply removing the underscore breaks the tests since they cannot differ 
between the methods with and without underscore.

--
nosy: +matheus.v.portela

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20799
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20799] Turn on all tests in test.test_importlib.source.test_file_loader

2014-03-05 Thread Brett Cannon

Brett Cannon added the comment:

Thanks for checking, Matheus! Closing this as invalid then.

--
resolution:  - invalid
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20799
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20799] Turn on all tests in test.test_importlib.source.test_file_loader

2014-02-27 Thread Brett Cannon

New submission from Brett Cannon:

Some tests have a leading underscore which means they were probably turned off 
for testing purposes but forgot to be flipped back on. Should turn them back on 
and make sure that they actually still pass.

--
assignee: brett.cannon
components: Library (Lib)
keywords: easy
messages: 212367
nosy: brett.cannon
priority: normal
severity: normal
stage: needs patch
status: open
title: Turn on all tests in test.test_importlib.source.test_file_loader
versions: Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20799
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com