test #10182
()
| 169 | |
| 170 | |
| 171 | def test_exec_options() -> None: |
| 172 | class="st">""class="st">"test class="cm">#10182"class="st">"" |
| 173 | |
| 174 | session = Session() |
| 175 | |
| 176 | session.connection( |
| 177 | execution_options={class="st">"isolation_level": class="st">"REPEATABLE READ"} |
| 178 | ) |
| 179 | |
| 180 | scoped = scoped_session(sessionmaker()) |
| 181 | |
| 182 | scoped.connection(execution_options={class="st">"isolation_level": class="st">"REPEATABLE READ"}) |
| 183 | |
| 184 | |
| 185 | async def async_test_exec_options() -> None: |
nothing calls this directly
no test coverage detected