mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
Added dataset wipe.
This commit is contained in:
+2
-2
@@ -224,9 +224,9 @@ class TablibTestCase(unittest.TestCase):
|
||||
data.append(self.john)
|
||||
data.append(self.george)
|
||||
data.headers = self.headers
|
||||
# new_data = tablib.formats.csv.import_set(str(data.csv))
|
||||
new_data = tablib.formats.csv.import_set(str(data.csv))
|
||||
|
||||
# new_data.headers = self.headers
|
||||
new_data.headers = self.headers
|
||||
new_data = tablib.formats.csv.import_set(str(data.csv))
|
||||
# print new_data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user