1
0
Fork 0

Mark tests requiring a running database server as dbtest

This commit is contained in:
Dick Marinus 2018-04-05 21:15:01 +02:00
parent b308892606
commit eabf0b1b9a
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,10 @@
Upcoming:
=========
TODO
Internal changes:
-----------------
* Mark tests requiring a running database server as dbtest (Thanks: `Dick Marinus`_)
1.9.1:
======

View File

@ -67,6 +67,7 @@ def test_format_output():
assert list(results) == expected
@dbtest
def test_format_array_output(executor):
statement = u"""
SELECT
@ -89,6 +90,7 @@ def test_format_array_output(executor):
assert list(results) == expected
@dbtest
def test_format_array_output_expanded(executor):
statement = u"""
SELECT