Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 536ef57

Browse files
committed
Fix README for python tests
1 parent 694dd18 commit 536ef57

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)