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

Commit5be7d9e

Browse files
committed
Change README and tests
1 parent16b144a commit5be7d9e

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

‎README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
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)
43

5-
#testgres
4+
#testgres (async version)
65

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.
197

208

219
##Usage

‎run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1
2020
source$VENV_PATH/bin/activate
2121

2222
# install utilities
23-
$PIP install coverage flake8
23+
$PIP install coverage flake8 asyncpg asynctest
2424

2525
# install testgres' dependencies
2626
export PYTHONPATH=$(pwd)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp