We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694dd18 commit 536ef57Copy full SHA for 536ef57
tests/python/README.md
@@ -9,13 +9,13 @@ First of all you need to install `testgres` python module which contains useful
9
functions to start postgres clusters and make queries:
10
11
```
12
-pip install testgres
+pip3 install testgres
13
14
15
To run tests execute:
16
17
18
-python -m unittest partitioning_test
+python3 -m unittest partitioning_test
19
20
21
from current directory. If you want to run a specific postgres build then
0 commit comments