Skip to content

Commit 9c8c848

Browse files
committed
test: refactor test_verify.py to align with v3
1 parent c8d8260 commit 9c8c848

2 files changed

Lines changed: 234 additions & 121 deletions

File tree

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)