Skip to content

qiubix/DisCODeTestFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DisCODe runner

Build Status Coverage Status

Framework for testing DisCODe components at runtime.

Installation

To install just run: python setup.py install

If you need to install this library locally, run: python setup.py install --user

Usage

In order to use this library, you need to import discoderunner package:

>>> import discoderunner

>>> tester = discoderunner.ComponentTester()

or:

>>> from discoderunner import ComponentTester

>>> tester = ComponentTester()

About

Framework for testing DisCODe components at runtime

Resources

Stars

Watchers

Forks

Packages

No packages published