Skip to content

Version 7.1.0

Compare
Choose a tag to compare
@lk-geimfari lk-geimfari released this 06 Apr 21:10
· 260 commits to master since this release
v7.1.0
6b9df62

Added

  • pytest-randomly integration, not by default it will set the global seed for every provider and all fields. This can still be reseeded as usual.
  • http_request_headers() and http_response_headers() methods for Internet provider. These methods return a dictionary of common headers.
  • reseed() method for Field.

Removed:

  • stock_image() method which required an active HTTP connection. Use stock_image_url instead.