mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
Configure coverage's ignored files
This commit is contained in:
parent
96ce50c3b7
commit
00562c4d88
2 changed files with 5 additions and 1 deletions
4
.coveragerc
Normal file
4
.coveragerc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[run]
|
||||
omit =
|
||||
*/migrations/*
|
||||
eav/__init__.py
|
||||
|
|
@ -5,7 +5,7 @@ import sys
|
|||
from django.db.models import Q
|
||||
|
||||
|
||||
def print_q_expr(expr, indent="", is_tail=True):
|
||||
def print_q_expr(expr, indent="", is_tail=True): # pragma: no cover
|
||||
'''
|
||||
Simple print method for debugging Q-expressions' trees.
|
||||
'''
|
||||
|
|
|
|||
Loading…
Reference in a new issue