Releases: pydantic/pytest-examples
Releases · pydantic/pytest-examples
v0.0.18 (2025-05-06)
What's Changed
- adapt tests to pytest 8.3.4 by @MeggyCal in #54
- Increase triple quote search by @samuelcolvin in #61
New Contributors
Full Changelog: v0.0.17...v0.0.18
v0.0.17 (2025-03-23)
What's Changed
- Improve logic for finding print statements by @samuelcolvin in #58
- Ensure
print_callback
runs before formatting print args by @bscriver123 in #49
New Contributors
- @bscriver123 made their first contribution in #49
Full Changelog: v0.0.16...v0.0.17
v0.0.16 (2025-03-23)
What's Changed
- add
include_print
config function by @samuelcolvin in #57
Full Changelog: v0.0.15...v0.0.16
v0.0.15 (2024-11-20)
v0.0.14 (2024-11-15)
What's Changed
- Adopt uv by @samuelcolvin in #38
- lint: raise timeout to avoid flakyness by @baloo in #37
- support for calling a function/coroutine, e.g.
main
within examples by @samuelcolvin in #39 - Fix for single line docstrings by @alexmojaki in #21
- Typechecking by @samuelcolvin in #40
- lint: use python helper to point to the ruff bin by @baloo in #41
- Lax whitespace by @samuelcolvin in #42
New Contributors
Full Changelog: v0.0.13...v0.0.14
v0.0.13 (2024-08-13)
What's Changed
- Add new module to
sys.modules
so that namespace ops are sound by @sydney-runkle in #35
Full Changelog: v0.0.12...v0.0.13
v0.0.12 (2024-07-02)
What's Changed
- Pin
ruff
version and prep for v0.0.12 release by @sydney-runkle in #34
Full Changelog: v0.0.11...v0.0.12
v0.0.11 (2024-07-01)
What's Changed
- Use
tb_lineno
to point to correct line in traceback by @alexmojaki in #17 - Fix deprecation warnings in Python 3.12 by @alexmojaki in #22
- Include tests in sdist by @mimi1vx in #23
ruff
now requires thecheck
specification by @sydney-runkle in #30
New Contributors
- @alexmojaki made their first contribution in #17
- @mimi1vx made their first contribution in #23
- @sydney-runkle made their first contribution in #30
Full Changelog: v0.0.10...v0.0.11
v0.0.10 2023-07-11
What's Changed
- Create py.typed by @Kludex in #9
- Remove the behavior of removing the double line breaks in python files by @dmontagu in #12
- Fix a bug in the handling of single line docstrings by @dmontagu in #15
- Reenable double-newline-removal for python files properly by @dmontagu in #14
New Contributors
Full Changelog: v0.0.9...v0.0.10
v0.0.9 2023-05-05
What's Changed
- Support pathlib.Path arguments to find_examples by @dmontagu in #6
- Updates
find_examples
to support alternate docstring style. by @donovandicks in #7 - Print callback by @samuelcolvin in #10
New Contributors
- @dmontagu made their first contribution in #6
- @donovandicks made their first contribution in #7
Full Changelog: v0.0.8...v0.0.9