6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Documentation: release v0.16.0

This commit is contained in:
Pavel Císař 2022-06-19 15:50:08 +02:00
parent c94a7031ad
commit 114f397349
4 changed files with 20 additions and 4 deletions

View File

@ -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
==============

View File

@ -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 ---------------------------------------------------

View File

@ -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

View File

@ -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