Issue 20799: Turn on all tests in test.test_importlib.source.test_file_loader (original) (raw)
Issue20799
Created on 2014-02-27 16:46 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg212367 - (view) | Author: Brett Cannon (brett.cannon) * ![]() |
Date: 2014-02-27 16:46 |
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. | ||
msg212766 - (view) | Author: Matheus Vieira Portela (matheus.v.portela) * | Date: 2014-03-05 18:24 |
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. | ||
msg212768 - (view) | Author: Brett Cannon (brett.cannon) * ![]() |
Date: 2014-03-05 20:24 |
Thanks for checking, Matheus! Closing this as invalid then. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:59 | admin | set | github: 64998 |
2014-03-05 20:24:17 | brett.cannon | set | status: open -> closedresolution: not a bugmessages: + |
2014-03-05 18:24:32 | matheus.v.portela | set | nosy: + matheus.v.portelamessages: + |
2014-02-27 16:46:44 | brett.cannon | create |