Skip to content

Commit ace5ef2

Browse files
committed
Fix coverage
1 parent 789888a commit ace5ef2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ exclude_lines =
1212
def __repr__
1313
raise NotImplementedError
1414
except ImportError
15+
if gino.__version__ >= '0.8.0':

tests/test_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ async def test_tuple_loader_279(user):
240240
assert len(row) == 2
241241

242242

243-
async def test_281_none_as_none(user):
243+
async def test_none_as_none_281(user):
244244
import gino
245245

246246
if gino.__version__ < '0.9':

0 commit comments

Comments
 (0)