Merge branch '1.0.x'
This commit is contained in:
commit
b05a685a03
6 changed files with 59 additions and 28 deletions
|
|
@ -188,7 +188,7 @@ should be closed.
|
|||
with pytest.raises(sqlite3.ProgrammingError) as e:
|
||||
db.execute('SELECT 1')
|
||||
|
||||
assert 'closed' in str(e)
|
||||
assert 'closed' in str(e.value)
|
||||
|
||||
The ``init-db`` command should call the ``init_db`` function and output
|
||||
a message.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue