Skip to content

Commit

Permalink
Prepare 0.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Mar 8, 2018
1 parent f3ebaaa commit 9272fc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ script:
- coverage run -a --source sismic -m sismic.testing.behave docs/examples/elevator/elevator_contract.yaml --features docs/examples/elevator/elevator.feature --coverage
- coverage run -a --source sismic -m sismic.testing.behave docs/examples/microwave/microwave.yaml --features docs/examples/microwave/heating.feature --coverage --properties docs/examples/microwave/heating_off_property.yaml docs/examples/microwave/heating_on_property.yaml docs/examples/microwave/heating_property.yaml
- coverage run -a --source sismic -m sismic.testing.behave docs/examples/microwave/microwave.yaml --features docs/examples/microwave/heating_human.feature --steps docs/examples/microwave/heating_steps.py --coverage
- coverage run -a --source sismic -m sismic.testing.behave docs/examples/microwave/microwave.yaml --features docs/examples/microwave/heating_human.feature --steps docs/examples/microwave/heating_steps.py --coverage --properties docs/examples/microwave/heating_off_property.yaml docs/examples/microwave/heating_on_property.yaml docs/examples/microwave/heating_property.yaml
- cd docs && make doctest && cd ..
after_success:
- coveralls
Expand Down
4 changes: 4 additions & 0 deletions docs/behavior.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ Given I start the execution watcher
Start the execution watcher (in a fail fasts mode).
This step is implicitly executed when providing ``--properties`` to ``sismic-behave``.

Given I stop the execution watcher
Stop the execution watcher.
This step is implicitly executed when providing ``--properties`` to ``sismic-behave``.

Given/when I execute the statechart
This step executes the statechart.
It is equivalent to :py:meth:`~sismic.interpreter.Interpreter.execute`.
Expand Down

0 comments on commit 9272fc5

Please sign in to comment.