[ https://issues.apache.org/jira/browse/AVRO-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Hammerbacher updated AVRO-219: ----------------------------------- Description: Currently, the unit tests for schema.py, genericio.py, and datafile.py are grouped in with the unit tests for io.py in testio.py. We should break the tests into individual files so that we have better modularization of tests. (was: Currently, the unit tests for schema.py datafile.py are grouped in with the unit tests for io.py in testio.py. We should break the tests into individual files so that we have better modularization of tests.) Summary: Break testio.py into testschema.py, testio.py, testgenericio.py, and testdatafile.py (was: Break testio.py into testschema.py, testio.py, and testdatafile.py) > Break testio.py into testschema.py, testio.py, testgenericio.py, and > testdatafile.py > ------------------------------------------------------------------------------------ > > Key: AVRO-219 > URL: https://issues.apache.org/jira/browse/AVRO-219 > Project: Avro > Issue Type: Improvement > Components: python > Reporter: Jeff Hammerbacher > Assignee: Jeff Hammerbacher > > Currently, the unit tests for schema.py, genericio.py, and datafile.py are > grouped in with the unit tests for io.py in testio.py. We should break the > tests into individual files so that we have better modularization of tests. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.