Skip to content

Commit

Permalink
Testing: Update to pytest-cratedb 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 8, 2024
1 parent 33f5e34 commit f8543f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions testing/native/python-pytest/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Using "pytest-crate" with CrateDB and pytest
# Using "pytest-cratedb" with CrateDB and pytest

[pytest-crate] wraps the CrateDB test layer from [cr8], and provides
[pytest-cratedb] wraps the CrateDB test layer from [cr8], and provides
a few pytest fixtures to conveniently make it accessible for test
cases based on pytest.

This folder contains example test cases demonstrating how to use the
`crate`, `crate_cursor`, and `crate_cursor` pytest fixtures exported
by [pytest-crate].
by [pytest-cratedb].

> [!TIP]
> Please also refer to the header sections of each of the provided
Expand Down Expand Up @@ -40,4 +40,4 @@ pytest


[cr8]: https://pypi.org/project/cr8/
[pytest-crate]: https://pypi.org/project/pytest-crate/
[pytest-cratedb]: https://pypi.org/project/pytest-cratedb/
2 changes: 1 addition & 1 deletion testing/native/python-pytest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
crash==0.31.5
pytest<9
pytest-crate==0.3.0
pytest-cratedb==0.4.0
setuptools # Temporary, until next cr8 release.

0 comments on commit f8543f2

Please sign in to comment.