Coder Social home page Coder Social logo

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.

testflows.com's Projects

testflows icon testflows

TestFlows.com Open-Source Software Testing Framework

testflows-asserts icon testflows-asserts

TestFlows.com Open-Source Software Testing Framework's intuitive Python 3 assertion library with descriptive error messages.

testflows-recipes icon testflows-recipes

TestFlows.com Open-Source Software Testing Framework Recipes For Writing Structured and Self-Documenting Infrastructure Scripts

testflows-snapshots icon testflows-snapshots

TestFlows.com Open-Source Software Testing Framework's module for working with snapshots.

testflows-texts icon testflows-texts

TestFlows.com Open-Source Software Testing Framework Texts For Writing Auto Verified Documentation in Markdown.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.