Skip to content

Commit 535dda3

Browse files
committed
Ignore garbage from namedtuples.
1 parent 9e51ed7 commit 535dda3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_hunter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,7 @@ def run():
718718
with t.trace(Q(
719719
~Q(module_contains='pytest'),
720720
~Q(module_contains='hunter'),
721+
~Q(filename=''),
721722
stdlib=False,
722723
action=CodePrinter(stream=output)
723724
)):

0 commit comments

Comments
 (0)