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
|
||||
#########
|
||||
|
||||
.. 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
|
||||
==============
|
||||
|
||||
|
@ -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 ---------------------------------------------------
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user