def test__crashes_if_not_already_within_transaction(self): with ExpectedException(TransactionManagementError): with savepoint(): pass