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.

Author xdegaye
Recipients Pam.McANulty, Roman.Evstifeev, martin.panter, rbcollins, xdegaye
Date 2016-06-20.18:36:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466447810.51.0.578760338533.issue26859@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the review Pamela, indeed self.vfs is not defined.

The patched test_unittest runs without failure because the list_dir() nested function is never called. It is also never called in the un-patched version. Actually the un-patched test_discover_start_dir_is_package_calls_package_load_tests runs without failure when changing '__init__.py' of vfs to 'foo' or whatever :(
History
Date User Action Args
2016-06-20 18:36:50xdegayesetrecipients: + xdegaye, rbcollins, Roman.Evstifeev, martin.panter, Pam.McANulty
2016-06-20 18:36:50xdegayesetmessageid: <1466447810.51.0.578760338533.issue26859@psf.upfronthosting.co.za>
2016-06-20 18:36:50xdegayelinkissue26859 messages
2016-06-20 18:36:50xdegayecreate