Make sure that when trying to start and close a connection pool with SQLite, a warning is printed out, as connection pools aren't currently supported.
(self)
| 115 | ) |
| 116 | |
| 117 | def test_warnings(self): |
| 118 | """ |
| 119 | Make sure that when trying to start and close a connection pool with |
| 120 | SQLite, a warning is printed out, as connection pools aren't currently |
| 121 | supported. |
| 122 | """ |
| 123 | asyncio.run(self._create_pool()) |
nothing calls this directly
no test coverage detected