We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e51ed7 commit 535dda3Copy full SHA for 535dda3
1 file changed
tests/test_hunter.py
@@ -718,6 +718,7 @@ def run():
718
with t.trace(Q(
719
~Q(module_contains='pytest'),
720
~Q(module_contains='hunter'),
721
+ ~Q(filename=''),
722
stdlib=False,
723
action=CodePrinter(stream=output)
724
)):
0 commit comments