Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I recommend you to use a set of tools developed to help programmers in the practice of BDD and TDD. This tool set is composed by: <a href="https://pypi.python.org/pypi/pycukes/0.1.2" rel="noreferrer">pycukes</a>, <a href="https://pypi.python.org/pypi/specloud/0.4.5" rel="noreferrer">specloud</a>, <a href="https://pypi.python.org/pypi/ludibrio/2.0" rel="noreferrer">ludibrio</a> and <a href="http://www.should-dsl.info/" rel="noreferrer">should-dsl</a>.</p> <p><a href="http://www.should-dsl.info/" rel="noreferrer">Should-DSL</a> will give you RSpec-like expectations. Everything you can do with RSpec expectation API, should-dsl does too. You can grab the <a href="http://github.com/rodrigomanhaes/should-dsl/tree/matchers-as-functions" rel="noreferrer">latestversion from Github</a>.</p> <p><a href="https://pypi.python.org/pypi/specloud/0.4.5" rel="noreferrer">SpecLoud</a> helps you on running BDD-like unittests. You can install it by doing</p> <pre><code>pip install specloud </code></pre> <p><a href="https://pypi.python.org/pypi/ludibrio/2.0" rel="noreferrer">Ludibrio</a> is a library for test doubles (Mocks, Stubs and Dummies). Install it via </p> <pre><code>pip install ludibrio </code></pre> <p>And <a href="https://pypi.python.org/pypi/pycukes/0.1.2" rel="noreferrer">PyCukes</a> is the main tool for BDD. It will run the Scenarios, etc. Again, </p> <pre><code>pip install pycukes </code></pre> <p>For more info please read the tools documentation at <a href="https://pypi.python.org/pypi" rel="noreferrer">PyPi</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload