Skip to main content

pytest plugin for Firebird QA

Project description

pytest plugin for Firebird QA

Installation

If you plan to use this plugin for personal purposes (not related to Firebird project QA), we recommend to use pipx to install pytest together with firebird-qa plugin:

pipx --include-deps firebird-qa

Configuration

Firebird-driver configuration

The QA plugin uses firebird-driver to access the Firebird servers, and uses driver configuration object to set up various driver and server/database connection parameters. The configuration object is initialized from firebird-driver.conf file, and plugin specifically utilizes server sections in this file. When pytest is invoked, you must specify tested server with –server <name> option, where <name> is name of server configuration section in firebird-driver.conf file.

This file is stored in firebird-qa repository, and defines default configuration suitable to most QA setups.

Note:

The firebird-driver.conf file should be located in QA root directory. In default setup, the QA plugin is used to test local Firebird installation with default user name and password (SYSDBA/masterkey) via local server (configuration section).

Important:

The firebird-driver currently does not support specification of client library in server sections. However, the QA plugin works around that limitation. If server section for tested server contains fb_client_library option specification, it’s copied to global setting.

See configuration chapter in driver documentation for details.

Pytest configuration

While it’s not required, it’s recommended to create pytest configuration file in QA root directory. You may use this file to simplify your use of pytest with addopts option, or adjust pytest behaviour.

Suggested options for pytest.ini:

console_output_style = count
testpaths = tests
addopts = --server local --install-terminal

Running test for Firebird

To run all tests in suite against local Firebird server, invoke:

pytest --server local ./tests

Tip: If you created pytest.ini with recommended values, you can just invoke pytest without additional parameters.

pytest report header

When pytest is invoked, a report header is printed on terminal before individual tests are executed. The QA plugin extend this header with next information:

  • Python encodings

    • system
    • locale
    • filesystem
  • Information about tested Firebird server

    • conf. section name
    • version
    • mode
    • architecture
    • home directory
    • tools directory
    • used client library

pytest switches installed by QA plugin

The QA plugin installs several pytest command-line switches. When you run pytest --help, they are listed in Firebird QA section:

Firebird QA:
   --server=SERVER       Server configuration name
   --bin-dir=PATH        Path to directory with Firebird utilities
   --protocol={xnet,inet,inet4,wnet}
                         Network protocol used for database attachments
   --runslow             Run slow tests
   --save-output         Save test std[out|err] output to files
   --skip-deselected={platform,version,any}
                         SKIP tests instead deselection
   --extend-xml          Extend XML JUnit report with additional information
   --install-terminal    Use our own terminal reporter

server:

REQUIRED option. Section name in firebird-driver.conf with connection parameters for tested server.

bin-dir:

Normally, the QA plugin detects and properly sets the directory where Firebird tools are installed. However, you can set this directory explicitly using the --bin-dir switch.

protocol:

Override for network protocol specified in firebird-driver.conf file (or default).

runslow:

Tests that run for longer than 10 minutes on equipment used for regular Firebird QA should be marked as slow. They are not executed, unless this switch is specified.

save-output:

Experimental switch

When this switch is specified, stdout/stderr output of external Firebird tool executed by test is stored in /out subdirectory. Intended for test debugging.

skip-deselected:

Tests that are not applicable to tested server (because they are for specific platform or Firebird versions) are deselected during pytest collection phase. It means that they are not shown in test session report. This switch changes the routine, so tests are marked to skip (with message explaining why) instead deselection, so they show up is session report.

extend-xml:

When this switch is used together with --junitxml switch, the produced JUnitXML file will contain additional metadata for testsuite and testcase elements recorded as property sub-elements.

Important:

Please note that using this feature will break schema verifications for the latest JUnitXML schema. This might be a problem when used with some CI servers.

install-terminal:

This option changes default pytest terminal reporter that displays pytest NODE IDs, to custom reporter that displays Firebord QA test IDs.

pytest node IDs are of the form module.py::class::method or module.py::function.

Firebord QA test IDs are defined in our test metadata.

Important:

Right now, the custom terminal is opt-in feature. This will be changed in some future release to opt-out using new switch.

Test for use with this plugin

Please read the plugin documentation for instructions how to create tests that use special support provided by this plugin.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

firebird_qa-0.22.2.tar.gz (35.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

firebird_qa-0.22.2-py3-none-any.whl (37.7 kB view details)

Uploaded Python 3

File details

Details for the file firebird_qa-0.22.2.tar.gz.

File metadata

  • Download URL: firebird_qa-0.22.2.tar.gz
  • Upload date:
  • Size: 35.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for firebird_qa-0.22.2.tar.gz
Algorithm Hash digest
SHA256 78568af31d63b40f254b620f5b16d0342a264c0db42d7fe22dd7703041672594
MD5 ecc9b360f387a3a65e474d3f49bf937e
BLAKE2b-256 cc4aadb5339d718af8c9b3c304ea85a98d7f95ec4c20a61dbb43da3edd3d56d9

See more details on using hashes here.

File details

Details for the file firebird_qa-0.22.2-py3-none-any.whl.

File metadata

  • Download URL: firebird_qa-0.22.2-py3-none-any.whl
  • Upload date:
  • Size: 37.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for firebird_qa-0.22.2-py3-none-any.whl
Algorithm Hash digest
SHA256 67f34199a8b25fb4dee30f85713ff3f4d382c0f3584322c054c9d3c5d8ca8330
MD5 bbb57bed71d675a7b750de56dd43a5a7
BLAKE2b-256 8f4a990cacf61d54db93635cd6ea5ce750bb2ac6e0f77beac9ddb9063ef6fb6b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page