Created
October 3, 2011 03:47
-
-
Save felipe-prenholato/1258397 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
E.. | |
====================================================================== | |
ERROR: test_base_reader_init (data_importer.tests.ReaderTest) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/felipe/projects/p1/django-data-importer/sampleproject/data_importer/tests/__init__.py", line 51, in test_base_reader_init | |
self.assertEquals(open(self.files['csv_sheet'],'rb').read(),reader.source.read()) | |
ValueError: Mixing iteration and read methods would lose data | |
---------------------------------------------------------------------- | |
Ran 3 tests in 0.406s | |
FAILED (errors=1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment