Skip to content

Releases: h2non/pook

v1.3.0

25 Dec 02:40
6d7fb73
Compare
Choose a tag to compare

This release modernizes Pook build and development environments.

  • Drop support for EOL'd Python versions (in other words, 3.6 and 3.7)
  • Use pyproject.toml
  • Use ruff to lint files
  • Use pre-commit to add pre-commit hooks
  • Use hatch to manage test, development, and build environments
  • Fix the test configuration to actually run the example tests
  • Fix the documentation build
  • Fix support for asynchronous functions in the activate decorator (this was a direct result of re-enabling the example tests and finding lots of little issues)
  • Remove all mention of the unsupported pycurl library
  • Clean up tests that can use pytest parametrize to do so (and get better debugging information during tests runs as a result)
  • Use pytest-pook to clean up a bunch of unnecessary test fixtures
  • Fix deprecation warning for invalid string escape sequences caused by untagged regex strings

v1.2.1

23 Dec 03:52
4fae97d
Compare
Choose a tag to compare

https://pypi.org/project/pook/1.2.1/

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

16 Dec 22:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

12 Jan 15:54
cb4f783
Compare
Choose a tag to compare
chore(version): bump patch

v1.0.2

14 Sep 17:40
Compare
Choose a tag to compare

v1.0.2 / 2021-09-10

  • fix(urllib3): interceptor is never really disabled (#68)
  • Closes #75 Re consider @fluent decorator (#76)
  • fix(#69): use match keyword in pytest.raises
  • fix(History): invalid rst syntax

v1.0.0

18 Mar 23:19
Compare
Choose a tag to compare
Version 1.0.0

v0.2.8

31 Oct 09:53
Compare
Choose a tag to compare
Version 0.2.8

v0.2.4

03 Oct 10:28
Compare
Choose a tag to compare

Changes

v0.2.4 / 2017-10-03

  • fix(#45): regex URL issue
  • fix(travis): allow failures in pypy
  • feat(docs): add sponsor banner
  • refactor(History): normalize style

v0.2.2

03 Apr 22:23
Compare
Choose a tag to compare

v0.2.2 / 2017-04-03

  • refactor(compare): disable maxDiff length limit while comparing values

v0.2.1

26 Mar 14:27
Compare
Choose a tag to compare

v0.2.1 / 2017-03-25

  • fix(engine): enable new mock engine on register if needed
  • fix(engine): remove activate argument before instantiating the Mock