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
2
2
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 )
4
4
5
5
A [ pytest] ( https://docs.pytest.org/en/latest/ ) plugin providing fixtures for running tests in
6
6
transactions using [ Flask-SQLAlchemy] ( http://flask-sqlalchemy.pocoo.org/latest/ ) .
@@ -125,7 +125,7 @@ def test_transaction_doesnt_persist(db_session):
125
125
Install using pip:
126
126
127
127
```
128
- pip install pytest-flask-sqlalchemy-transactions
128
+ pip install pytest-flask-sqlalchemy
129
129
```
130
130
131
131
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)
137
137
Clone the repo from GitHub and switch into the new directory:
138
138
139
139
```
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
142
142
```
143
143
144
144
You can install using pip:
You can’t perform that action at this time.
0 commit comments