Releases: crate/pytest-cratedb
Releases · crate/pytest-cratedb
v0.4.0
What's Changed
- Modernized package
- Renamed package to
pytest-cratedb
- Published maintenance release
Details
- Basic modernizations by @amotl in #1
- Rename project by @amotl in #2
- Python: Enable use on Python 3.12 by @amotl in #3
- Chore: Improve mypy configuration and update to 1.11, remove pytest-mypy by @amotl in #4
- Modernize package by using Ruff, pyproject.toml, and poethepoet by @amotl in #5
- Naming things: Use
pytest_cratedb
as package name by @amotl in #6 - Bump actions/setup-python from 4 to 5 by @dependabot in #7
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #8
- Naming things by @amotl in #9
- CI: Run software tests on macOS by @amotl in #10
- Chore: Improve README by @amotl in #11
New Contributors
- @amotl made their first contribution in #1
- @dependabot made their first contribution in #7
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Replace
print
statements withlogging.debug
statements so that
retrieving the fixture does not produce output that is captured in doctests.
This may break existing usages of the fixture in doctests in case the output
of thegetfixture
method was matched.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
-
Allow additional CrateDB settings in the
crate_layer
factory fixture
which are applied on node start. -
Expose addresses of started CrateDB nodes
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Initial pytest plugin
Full Changelog: https://github.com/crate/pytest-cratedb/commits/v0.1.0