(db)
| 448 | |
| 449 | |
| 450 | def test_read_sql_query_string_raises_error(db): |
| 451 | with pytest.raises(ValueError): |
| 452 | read_sql_query("SELECT * FROM test", db, npartitions=2, index_col="number") |
| 453 | |
| 454 | |
| 455 | def test_no_character_index_without_divisions(db): |
nothing calls this directly
no test coverage detected
searching dependent graphs…