From 114f3973490d5cd27eed5c992246535938cc87b0 Mon Sep 17 00:00:00 2001 From: Pavel Cisar Date: Sun, 19 Jun 2022 15:50:08 +0200 Subject: [PATCH] Documentation: release v0.16.0 --- docs/changelog.txt | 9 +++++++++ docs/conf.py | 4 ++-- docs/reference.txt | 9 ++++++++- setup.cfg | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 8ea4996e..799a719b 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -2,6 +2,15 @@ Changelog ######### +.. currentmodule:: firebird.qa.plugin + +Version 0.16.0 +============== + +* Added support for configuration of tests. A `~configparser.ConfigParser` instance is + available as `.test_cfg`. This instance is initialized with values from file `test_config.ini` + located in `files` subdirectory. + Version 0.15.2 ============== diff --git a/docs/conf.py b/docs/conf.py index d829ff76..fd936e82 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,10 +23,10 @@ copyright = '2022, Pavel Cisar' author = 'Pavel Císař' # The short X.Y version -version = '0.15.2' +version = '0.16.0' # The full version, including alpha/beta/rc tags -release = '0.15.2' +release = '0.16.0' # -- General configuration --------------------------------------------------- diff --git a/docs/reference.txt b/docs/reference.txt index 8f08fc18..f28b4b4a 100644 --- a/docs/reference.txt +++ b/docs/reference.txt @@ -5,7 +5,14 @@ Firebird-QA plugin Reference ############################ -functions and classes for use in tests +Objects for use in tests +======================== + +test_cfg +-------- +.. autodata:: test_cfg + +Functions and classes for use in tests ====================================== db_factory diff --git a/setup.cfg b/setup.cfg index cbb33daf..215c1ebc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ all-files=True [metadata] name = firebird-qa -version = 0.15.2 +version = 0.16.0 description = pytest plugin for Firebird QA long_description = file: README.rst long_description_content_type = text/x-rst; charset=UTF-8