safetydance-test

A testing framework built upon the typesafe composition of steps.


License
MIT
Install
pip install safetydance-test==0.2.0

Documentation

safetydance_test

A safetydance library of steps for testing in a BDD style.

Example

@scripted_test
def test_something():
    Given.some_pre_condition()
    When.something_is_done()
    Then.some_post_condition_is_satisfied()