Skip to content

Commit

Permalink
Restore runner tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Nov 22, 2023
1 parent d22f0d0 commit b15cd00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/yadism/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ def print(self, *args):

class TestRunner:
@given(st.data())
@settings(
suppress_health_check=[HealthCheck.function_scoped_fixture], deadline=None
)
@settings(suppress_health_check=[HealthCheck.function_scoped_fixture])
def test_init(self, monkeypatch, data):
@dataclasses.dataclass
class FakeInspector:
Expand Down

0 comments on commit b15cd00

Please sign in to comment.