Skip to content

Commit

Permalink
test: verify pernosco functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Oct 20, 2022
1 parent 36f9c2e commit 18ec03e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@

import pytest
from autobisect import BrowserEvaluator, JSEvaluator
from fuzzfetch import BuildFlags, Fetcher

from bugmon import BugMonitor
from bugmon.bug import EnhancedBug
from bugsy import Bugsy
from fuzzfetch import BuildFlags, Fetcher

from bugmon import BugMonitor, EnhancedBug
from bugmon.evaluator_configs import BrowserConfiguration, JSConfiguration

REV = "7bd6cb8b76c078f5e687574decdde97f1e4affce"
Expand Down
3 changes: 2 additions & 1 deletion tests/test_bugmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
import pytest
from autobisect.bisect import BisectionResult

from bugmon import ReproductionPassed, ReproductionCrashed, BugMonitor, BugmonException
from bugmon import ReproductionPassed, ReproductionCrashed, BugMonitor
from bugmon.exceptions import BugmonException
from bugmon.bug import EnhancedBug


Expand Down

0 comments on commit 18ec03e

Please sign in to comment.