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:
parent
c94a7031ad
commit
114f397349
@ -2,6 +2,15 @@
|
|||||||
Changelog
|
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
|
Version 0.15.2
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
@ -23,10 +23,10 @@ copyright = '2022, Pavel Cisar'
|
|||||||
author = 'Pavel Císař'
|
author = 'Pavel Císař'
|
||||||
|
|
||||||
# The short X.Y version
|
# The short X.Y version
|
||||||
version = '0.15.2'
|
version = '0.16.0'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = '0.15.2'
|
release = '0.16.0'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
@ -5,7 +5,14 @@
|
|||||||
Firebird-QA plugin Reference
|
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
|
db_factory
|
||||||
|
@ -5,7 +5,7 @@ all-files=True
|
|||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
name = firebird-qa
|
name = firebird-qa
|
||||||
version = 0.15.2
|
version = 0.16.0
|
||||||
description = pytest plugin for Firebird QA
|
description = pytest plugin for Firebird QA
|
||||||
long_description = file: README.rst
|
long_description = file: README.rst
|
||||||
long_description_content_type = text/x-rst; charset=UTF-8
|
long_description_content_type = text/x-rst; charset=UTF-8
|
||||||
|
Loading…
Reference in New Issue
Block a user