Skip to main content

TestFlows.com Open-Source Software Testing Framework

TestFlows.com Open-Source Software Testing Framework

Introduction

TestFlows.com Open-Source Software Testing Framework is a flow oriented test framework that can be used for functional, integration, acceptance and unit testing. It uses everything is a test approach with the focus on providing test designers flexibility in writing and running their tests.

Documentation

You can find TestFlows.com Open-Source Software Testing Framework's documentation at https://testflows.com.

Supported environment

Installation

You can install TestFlows.com Open-Source Software Testing Framework using pip3

$ pip3 install testflows

or from sources

$ git clone https://github.com/testflows/TestFlows.git
$ cd TestFlows
$ ./package && ./install

Styles

TestFlows.com Open-Source Software Testing Framework supports defining tests using either the traditional keywords

  • Module, Suite, Test, and Step

or using keywords such as

  • Module, Feature, Scenario, Given, When, Then, But, And, By and Finally

Hello TestFlows

An inline test scenario can be defined as follows

from testflows.core import Scenario

with Scenario("Hello TestFlows!"):
    pass

then just run it using python3 command

$ python3 ./test.py 
Jul 12,2020 14:30:20     Scenario Hello TestFlows!
                 1ms   ⟥⟤ OK Hello TestFlows!, /Hello TestFlows!

Passing

✔ [ OK ] /Hello TestFlows!

1 scenario (1 ok)

Total time 2ms

Executed on Jul 12,2020 14:30
TestFlows.com Open-Source Software Testing Framework v1.6.200712.1132037

Want to know more?

Find more information about TestFlows.com Open-Source Software Testing Framework at https://testflows.com.
Join our channel on Telegram.

Download files

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

Source Distribution

testflows-2.3.6.tar.gz (3.0 kB view details)

Uploaded Source

File details

Details for the file testflows-2.3.6.tar.gz.

File metadata

  • Download URL: testflows-2.3.6.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for testflows-2.3.6.tar.gz
Algorithm Hash digest
SHA256 6ea3056006cc7ecc4b4635ab5fb93b212eee084ef3d48ce4668c3dac2088d192
MD5 d41e501c1626633e828a0ebef18b92a9
BLAKE2b-256 314c0102cf0467c9adab415cbe593ab3a7699489f9b6ca4abb2d0033a8a20ec8

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2.3.6

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