File tree Expand file tree Collapse file tree 4 files changed +24
-11
lines changed
Expand file tree Collapse file tree 4 files changed +24
-11
lines changed Original file line number Diff line number Diff line change 1+ Changes
2+ -------
3+
4+ 0.2.1 (13.03.2018)
5+ ~~~~~~~~~~~~~~~~~~
6+
7+ * Fix behaviour under multiprocessing by recreating :class: `~sqlalchemy.engine.Engine ` instance.
8+
9+ 0.2.0 (22.02.2018)
10+ ~~~~~~~~~~~~~~~~~~
11+ Feature release. Thanks to Sebastian Buczyński.
12+
13+ * Added option to create the database on each run by using ``sqlalchemy-utils ``.
14+
15+ * Added option to run tests on multiple dynamically created databases
16+ (``pytest-xdist ``) like ``pytest-django `` does.
17+
18+ 0.1.1 (22.09.2017)
19+ ~~~~~~~~~~~~~~~~~~
20+
21+ Initial release.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77
88intersphinx_mapping = {
99 'python' : ('http://docs.python.org' , None ),
10+ 'sqlalchemy' : ('https://docs.sqlalchemy.org/en/20' , None ),
1011}
1112
1213project = 'pytest-sqlalchemy'
Original file line number Diff line number Diff line change 11.. include :: ../README.rst
2+
3+ .. include :: ../CHANGELOG.rst
You can’t perform that action at this time.
0 commit comments