Metadata-Version: 2.1
Name: pytest-pg
Version: 0.0.12
Summary: Helps to run PostgreSQL in docker as pytest fixture
Home-page: https://github.com/anna-money/pytest-pg
Author: Yury Pliner
Author-email: yury.pliner@gmail.com
License: MIT
Platform: macOS
Platform: POSIX
Platform: Windows
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# pytest-pg

## v0.0.12 (2022-01-18)

* Ditch logging because it seems to be useless


## v0.0.11 (2022-01-09)

* Move volume to tmpfs


## v0.0.10 (2022-01-08)

* Volumes used to remain after running test consuming disk space


## v0.0.9 (2021-12-28)

* Disable fsync, full_page_writes, synchronous_commit to speedup the tests


## v0.0.8 (2021-12-26)

* Add typing marker, mypy. Run tests in CI


## v0.0.7 (2021-12-25)

* Fix is_ready based on psycopg2


## v0.0.6 (2021-12-25)

* Add all recent major versions of PG


## v0.0.4 (2021-12-10)

* Fix is_postgres_ready usage

## v0.0.3 (2021-12-10)

* Fix uuid generation

## v0.0.2 (2021-12-10)

* Follow pytest guide for plugins

## v0.0.1 (2021-12-10)

* A first version


