Skip to content

Releases: zx80/flask-tester

v4.3

10 Aug 01:11
Compare
Choose a tag to compare
  • Improve comments.
  • Activate Python 3.13 and Pypy 3.10 in GitHub CI.
  • Restrict CI to main branch.
  • Add explicit bcrypt dependency for tests.
  • Allow mixing json and data parameters by merging into data.

v4.2

28 Jul 13:59
Compare
Choose a tag to compare

Fix stupid bug introduced in v4.1.

v4.1

28 Jul 12:59
Compare
Choose a tag to compare

Add support for pydantic and dataclass parameters with data and json.

v4.0

05 Jun 06:03
Compare
Choose a tag to compare
  • improved documentation
  • improved tests
  • remove deprecated check method and FLASK_TESTER_URL env
  • simplify code

v3.6

30 Mar 15:34
Compare
Choose a tag to compare
  • Only use FLASK_TESTER_APP, hide FLASK_TESTER_URL, which is only kept for upward compatibility and is deprecated.
  • Improved documentation, including a working app2.

v3.5

30 Mar 10:31
Compare
Choose a tag to compare
  • Improve failure behavior and testing.

v3.4

30 Mar 08:36
Compare
Choose a tag to compare
  • Add ptype to control the default parameter type.
  • Mark check as deprecated.
  • Make method-specific check methods handle positional status and content.
  • Improved intro example.
  • Split documentation in several pages.
  • Improve API documentation.
  • Use FSA 30 for testing.

v3.3

25 Mar 08:00
Compare
Choose a tag to compare

Compatibility fix.

v3.2

24 Mar 08:19
Compare
Choose a tag to compare
  • Improved documentation.
  • Simpler code and API documentation.

v3.1

24 Mar 07:18
Compare
Choose a tag to compare
  • More consistent test and demo code.
  • Reach actual full coverage, without any pragma.
  • Fix default allowed authenticator schemes.