testflows.database

TestFlows - Database


License
Apache-2.0
Install
pip install testflows.database==1.6.200713.1142213

Documentation

TestFlows.com Open-Source Software Testing Framework Database

The database module is still work in progress and is currently under development. Please use it only for reference.

Minimal module to provide capabilities to work with a database.

Currently supports only Python 3.6 or above.

Installation

    $ ./build; ./install

where

    $ ./build

creates a pip installable package in ./dist, for example

    $ ls dist/
    testflows.database-1.0.190905.123636.tar.gz

and

    $ ./install

installs the testflows.database module.