Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit536ef57

Browse files
committed
Fix README for python tests
1 parent694dd18 commit536ef57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tests/python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ First of all you need to install `testgres` python module which contains useful
99
functions to start postgres clusters and make queries:
1010

1111
```
12-
pip install testgres
12+
pip3 install testgres
1313
```
1414

1515
To run tests execute:
1616

1717
```
18-
python -m unittest partitioning_test
18+
python3 -m unittest partitioning_test
1919
```
2020

2121
from current directory. If you want to run a specific postgres build then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp