mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
python 3.2 is terrible
This commit is contained in:
+1
-1
@@ -880,7 +880,7 @@ class TablibTestCase(unittest.TestCase):
|
||||
# add another entry to test right field width for
|
||||
# integer
|
||||
self.founders.append(('Old', 'Man', 100500))
|
||||
self.assertEqual(u'first_name|last_name |gpa ', unicode(self.founders).split('\n')[0])
|
||||
self.assertEqual('first_name|last_name |gpa ', unicode(self.founders).split('\n')[0])
|
||||
|
||||
|
||||
def test_databook_add_sheet_accepts_only_dataset_instances(self):
|
||||
|
||||
Reference in New Issue
Block a user