class documentation

Undocumented

Method test_floordiv_integer test #4926
Method test_floordiv_integer_bound test #4926
Method test_floordiv_numeric test #4926
Method test_truediv_float test #4926
Method test_truediv_integer test #4926
Method test_truediv_integer_bound test #4926
Method test_truediv_numeric test #4926
Class Variable __backend__ Undocumented

Inherited from TestBase:

Method assert_ Undocumented
Method async_testing_engine Undocumented
Method close_result_when_finished Undocumented
Method connection Undocumented
Method connection_no_trans Undocumented
Method dc_decl_base Undocumented
Method decl_base Undocumented
Method fixture_session Undocumented
Method future_connection Undocumented
Method future_engine Undocumented
Method metadata Provide bound MetaData for a single test, dropping afterwards.
Method nocache Undocumented
Method registry Undocumented
Method testing_engine Undocumented
Method trans_ctx_manager_fixture Undocumented
Class Variable __leave_connections_for_teardown__ Undocumented
Class Variable __only_on__ Undocumented
Class Variable __requires__ Undocumented
Class Variable __skip_if__ Undocumented
Class Variable __unsupported_on__ Undocumented
@testing.combinations(('15', '10', 1), ('-15', '5', -3), argnames='left, right, expected')
def test_floordiv_integer(self, connection, left, right, expected): (source)

test #4926

def test_floordiv_integer_bound(self, connection): (source)

test #4926

@testing.combinations(('5.52', '2.4', '2.0'), argnames='left, right, expected')
def test_floordiv_numeric(self, connection, left, right, expected): (source)

test #4926

@testing.combinations(('5.52', '2.4', 2.3), argnames='left, right, expected')
def test_truediv_float(self, connection, left, right, expected): (source)

test #4926

@testing.combinations(('15', '10', 1.5), ('-15', '10', -1.5), argnames='left, right, expected')
def test_truediv_integer(self, connection, left, right, expected): (source)

test #4926

def test_truediv_integer_bound(self, connection): (source)

test #4926

@testing.combinations(('5.52', '2.4', '2.3'), argnames='left, right, expected')
def test_truediv_numeric(self, connection, left, right, expected): (source)

test #4926

__backend__: bool = (source)

Undocumented