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