(self)
| 51 | ) |
| 52 | |
| 53 | def test_already_async(self): |
| 54 | url = "sqlite+aiosqlite:///path/to/db.sqlite" |
| 55 | self.assertEqual(to_async_url(url), url) |
| 56 | |
| 57 | |
| 58 | # --------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected