File tree 2 files changed +5
-17
lines changed
2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://travis-ci.org/postgrespro/testgres.svg?branch=master )] ( https://travis-ci.org/postgrespro/testgres )
2
- [ ![ codecov] ( https://codecov.io/gh/postgrespro/testgres/branch/master/graph/badge.svg )] ( https://codecov.io/gh/postgrespro/testgres )
3
- [ ![ PyPI version] ( https://badge.fury.io/py/testgres.svg )] ( https://badge.fury.io/py/testgres )
1
+ [ ![ Build Status] ( https://travis-ci.org/postgrespro/testgres.svg?branch=python3_async )] ( https://travis-ci.org/postgrespro/testgres )
2
+ [ ![ codecov] ( https://codecov.io/gh/postgrespro/testgres/branch/python3_async/graph/badge.svg )] ( https://codecov.io/gh/postgrespro/testgres )
4
3
5
- # testgres
4
+ # testgres (async version)
6
5
7
- PostgreSQL testing utility. Both Python 2.7 and 3.3+ are supported.
8
-
9
-
10
- ## Installation
11
-
12
- To install ` testgres ` , run:
13
-
14
- ```
15
- pip install testgres
16
- ```
17
-
18
- We encourage you to use ` virtualenv ` for your testing environment.
6
+ PostgreSQL testing utility. Python 3.5+ are supported.
19
7
20
8
21
9
## Usage
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1
20
20
source $VENV_PATH /bin/activate
21
21
22
22
# install utilities
23
- $PIP install coverage flake8
23
+ $PIP install coverage flake8 asyncpg asynctest
24
24
25
25
# install testgres' dependencies
26
26
export PYTHONPATH=$( pwd)
You can’t perform that action at this time.
0 commit comments