TestFlows.com Open-Source Software Testing Framework
TestFlows.com Open-Source Software Testing Framework is still work in progress and is currently under development. Please use it only for reference.
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
$ ./build && ./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.
Release files for testflows 1.7.58
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| testflows-1.7.58.tar.gz | 3.2 kB | Details |
Release files / testflows-1.7.58.tar.gz
| Download URL | testflows-1.7.58.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3c266c7d85a4cc481c025eb09ec252d8bfb3a2917ef4af75ddfa978e529a309c
|
|
BLAKE2b-256 checksum How to use checksums |
54721d1a3be3315e9c99c0d9f1f898665d016b06982efb2bbcd9a9d4f88b3670
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.10
|