Skip to content

Commit 46b3ee3

Browse files
authored
test: refactor test_verify.py to align with v3 (#312)
1 parent 75ba5ea commit 46b3ee3

File tree

2 files changed

+234
-121
lines changed

2 files changed

+234
-121
lines changed

tests/fixtures.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ def foo(self, val: str) -> str:
1313
"""Get the foo string."""
1414
raise NotImplementedError()
1515

16-
def bar(self, a: int, b: float, c: str) -> bool:
17-
"""Get the bar bool based on a few inputs."""
18-
raise NotImplementedError()
19-
2016
@staticmethod
2117
def static_method(hello: str) -> int:
2218
"""Fizz some buzzes."""

0 commit comments

Comments
 (0)