Skip to content

Commit 1b12476

Browse files
Fix reporter tests and disable collection warnings.
1 parent 368285f commit 1b12476

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

grizzly/reduce/test_main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from grizzly.reduce.args import ReducerArgs, ReducerFuzzManagerIDArgs
99
from grizzly.reduce import reduce, crash, bucket, ReductionJob
1010
from grizzly import reporter
11-
from .test_common import BaseFakeReporter
12-
from .test_reduce import FakeInteresting, FakeTarget
11+
from .test_common import BaseFakeReporter, FakeTarget
12+
from .test_reduce import FakeInteresting
1313

1414

1515
def test_parse_args(capsys, tmp_path):

tox.ini

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[flake8]
22
max-line-length = 110
3+
4+
[pytest]
5+
python_classes=

0 commit comments

Comments
 (0)