Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 233 Bytes

testing.rst

File metadata and controls

9 lines (6 loc) · 233 Bytes

Testing

Postmarker provides two pytest fixtures:

  • postmark_request - to mock all requests to Postmark API.
  • postmark_client - an instance of PostmarkClient with postmark_request fixture applied.