Metadata-Version: 2.1
Name: pytest-sqlalchemy-session
Version: 0.3.2b1
Summary: A pytest plugin for preserving test isolation that use SQLAlchemy.
Author-email: Stanislav Shkitin <stanislav.shkitin@yandex.ru>
License: MIT
Keywords: pytest,sqlalchemy,transaction
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# pytest-sqlalchemy-session

## Installation
You can install "pytest-sqlalchemy-session" via `pip` from `PyPI`

```shell
pip install pytest-sqlalchemy-session
```

## Features
* TODO

## Usage

* TODO

## Contributing
Contributions are very welcome. Tests can be run with `nox`, please ensure
the coverage at least stays the same before you submit a pull request.

## License
Distributed under the terms of the `MIT` license, "pytest-sqlalchemy-session" is free and open source software
