Skip to content

Instantly share code, notes, and snippets.

@felipe-prenholato
Created October 3, 2011 03:47
Show Gist options
  • Save felipe-prenholato/1258397 to your computer and use it in GitHub Desktop.
Save felipe-prenholato/1258397 to your computer and use it in GitHub Desktop.
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