Files
2018-04-27 00:06:58 +02:00

7 lines
144 B
Python

import pytest
@pytest.mark.usefixtures("foo_table")
def test_issue105(db):
assert db.query("select count(*) as n from foo").scalar() == 0