[ https://issues.apache.org/jira/browse/AVRO-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779763#action_12779763 ]
Jeff Hammerbacher commented on AVRO-202: ---------------------------------------- Would you want a test to ensure that the appropriate modules are in the namespace, or do you just want the import * code path exercised? I don't even see a good place in testioreflect.py to test this feature. Sorry for being dense. I come from a world where there are no tests for code, and this piece of code is particularly hard to test. > Add __all__ listing to avro module > ---------------------------------- > > Key: AVRO-202 > URL: https://issues.apache.org/jira/browse/AVRO-202 > Project: Avro > Issue Type: Task > Components: python > Reporter: Jeff Hammerbacher > Assignee: Jeff Hammerbacher > Attachments: AVRO-202.patch, AVRO-202.patch > > > Folks who want to say "from avro import *" will need this listing: > http://docs.python.org/tutorial/modules.html#importing-from-a-package. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.