Skip to content

Releases: csernazs/pytest-httpserver

1.1.0

11 Aug 21:47
Compare
Choose a tag to compare

What's Changed

  • httpserver: Clear state in function-scoped fixtures before the test by @netaneld122 in #352

Full Changelog: 1.0.12...1.1.0

1.0.12

21 Jul 18:40
Compare
Choose a tag to compare

What's Changed

  • Fix pytest-httpserver's own tests related to log querying. No functional changes in pytest-httpserver code itself. #345

Full Changelog: 1.0.11...1.0.12

1.0.11

19 Jul 20:21
Compare
Choose a tag to compare

What's Changed

  • Hooks API
  • New methods added to query for matching requests in the log.
  • Threading support to serve requests in parallel

Full Changelog: 1.0.10...1.0.11

1.0.10

24 Feb 19:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.9...1.0.10

1.0.9

13 Feb 07:17
Compare
Choose a tag to compare

New Features

  • Add __repr__ to RequestHandler object so when it is compared (eg. with
    the log attribute of the server) it will show the matcher parameters.