Skip to content

Commit 3cf9fad

Browse files
committed
Update README to use the new package name
1 parent 16d0595 commit 3cf9fad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# pytest-flask-sqlalchemy-transactions
1+
# pytest-flask-sqlalchemy
22

3-
[![Build Status](https://travis-ci.org/jeancochrane/pytest-flask-sqlalchemy-transactions.svg?branch=master)](https://travis-ci.org/jeancochrane/pytest-flask-sqlalchemy-transactions) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/Django.svg)
3+
[![Build Status](https://travis-ci.org/jeancochrane/pytest-flask-sqlalchemy.svg?branch=master)](https://travis-ci.org/jeancochrane/pytest-flask-sqlalchemy) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/Django.svg)
44

55
A [pytest](https://docs.pytest.org/en/latest/) plugin providing fixtures for running tests in
66
transactions using [Flask-SQLAlchemy](http://flask-sqlalchemy.pocoo.org/latest/).
@@ -125,7 +125,7 @@ def test_transaction_doesnt_persist(db_session):
125125
Install using pip:
126126

127127
```
128-
pip install pytest-flask-sqlalchemy-transactions
128+
pip install pytest-flask-sqlalchemy
129129
```
130130

131131
Once installed, pytest will detect the plugin automatically during test collection.
@@ -137,8 +137,8 @@ documentation](https://docs.pytest.org/en/latest/plugins.html?highlight=plugins)
137137
Clone the repo from GitHub and switch into the new directory:
138138

139139
```
140-
git clone [email protected]:jeancochrane/pytest-flask-sqlalchemy-transactions.git
141-
cd pytest-flask-sqlalchemy-transactions
140+
git clone [email protected]:jeancochrane/pytest-flask-sqlalchemy.git
141+
cd pytest-flask-sqlalchemy
142142
```
143143

144144
You can install using pip:

0 commit comments

Comments
 (0)