Skip to content

Releases: crate/pytest-cratedb

v0.4.0

08 Oct 00:43
Compare
Choose a tag to compare

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

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 Oct 00:43
Compare
Choose a tag to compare

What's Changed

  • Replace print statements with logging.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 the getfixture method was matched.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

08 Oct 00:42
Compare
Choose a tag to compare

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

08 Oct 00:42
Compare
Choose a tag to compare

What's Changed

  • Initial pytest plugin

Full Changelog: https://github.com/crate/pytest-cratedb/commits/v0.1.0