Skip to content

Commit

Permalink
feat(v3): add verifier class
Browse files Browse the repository at this point in the history
Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Mar 11, 2024
1 parent d6e3b31 commit 00d6fbb
Show file tree
Hide file tree
Showing 3 changed files with 1,229 additions and 206 deletions.
2 changes: 2 additions & 0 deletions src/pact/v3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
import warnings

from pact.v3.pact import Pact
from pact.v3.verifier import Verifier

__all__ = [
"Pact",
"Verifier",
]

warnings.warn(
Expand Down
Loading

0 comments on commit 00d6fbb

Please sign in to comment.