dispel4py.test package

Submodules

dispel4py.test.simple_process_test module

Tests for simple sequential processing engine.

Using nose (https://nose.readthedocs.org/en/latest/) run as follows:

$ nosetests dispel4py/test/simple_process_test.py
....
----------------------------------------------------------------------
Ran 4 tests in 0.003s

OK
dispel4py.test.simple_process_test.testPipeline()
dispel4py.test.simple_process_test.testSquare()
dispel4py.test.simple_process_test.testTee()
dispel4py.test.simple_process_test.testWriter()

Module contents

Test packages for dispel4py graphs and enactment.