Skip to content

Commit

Permalink
Testing: Update test_pytest.py example re. pytest-cratedb name
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 18, 2024
1 parent 25e8315 commit 2b1124d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/native/python-pytest/test_pytest.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""
Using "pytest-crate" with CrateDB and pytest
Using "pytest-cratedb" with CrateDB and pytest
Build test harnesses around CrateDB using the `crate` pytest fixture
exported by `pytest-crate`. In turn, this is using `CrateNode`
exported by `pytest-cratedb`. In turn, this is using `CrateNode`
exported by `cr8`.
https://pypi.org/project/pytest-crate/
https://pypi.org/project/pytest-cratedb/
https://pypi.org/project/cr8/
"""
import subprocess
Expand Down

0 comments on commit 2b1124d

Please sign in to comment.