MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_max_overflow

Method test_max_overflow

test/engine/test_pool.py:1473–1474  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1471 @testing.requires.threading_with_mock
1472 @testing.requires.timing_intensive
1473 def test_max_overflow(self):
1474 self._test_overflow(40, 5)
1475
1476 @testing.combinations(42, 0, -5, 1)
1477 def test_unlimited(self, max_overflow):

Callers

nothing calls this directly

Calls 1

_test_overflowMethod · 0.95

Tested by

no test coverage detected