File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
55A [ pytest] ( https://docs.pytest.org/en/latest/ ) plugin providing fixtures for running tests in
66transactions using [ Flask-SQLAlchemy] ( http://flask-sqlalchemy.pocoo.org/latest/ ) .
@@ -125,7 +125,7 @@ def test_transaction_doesnt_persist(db_session):
125125Install using pip:
126126
127127```
128- pip install pytest-flask-sqlalchemy-transactions
128+ pip install pytest-flask-sqlalchemy
129129```
130130
131131Once 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)
137137Clone the repo from GitHub and switch into the new directory:
138138
139139```
140- git clone git@github.com:jeancochrane/pytest-flask-sqlalchemy-transactions .git
141- cd pytest-flask-sqlalchemy-transactions
140+ git clone git@github.com:jeancochrane/pytest-flask-sqlalchemy.git
141+ cd pytest-flask-sqlalchemy
142142```
143143
144144You can install using pip:
You can’t perform that action at this time.
0 commit comments