Make tests more than twice as fast
This commit is contained in:
parent
a6095a0506
commit
ea28ddec01
@ -201,8 +201,8 @@ class TableTestCase(unittest.TestCase):
|
|||||||
assert len(x) == 6, x
|
assert len(x) == 6, x
|
||||||
|
|
||||||
def test_insert_many(self):
|
def test_insert_many(self):
|
||||||
data = TEST_DATA * 5000
|
data = TEST_DATA * 100
|
||||||
self.tbl.insert_many(data)
|
self.tbl.insert_many(data, chunk_size=13)
|
||||||
assert len(self.tbl) == len(data) + 6
|
assert len(self.tbl) == len(data) + 6
|
||||||
|
|
||||||
def test_drop_warning(self):
|
def test_drop_warning(self):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user