Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/behave/behave
Browse files Browse the repository at this point in the history
PREPARE: asyncio support for Python 3.6
  • Loading branch information
jenisys committed Jul 18, 2016
2 parents fe6410d + 64291e7 commit 0537bd8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/async_step/features/async_dispatch.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@use.with_python.version=3.4
@use.with_python.version=3.5
@use.with_python.version=3.6
Feature:
Scenario:
Given I dispatch an async-call with param "Alice"
Expand Down
1 change: 1 addition & 0 deletions examples/async_step/features/async_run.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@use.with_python.version=3.4
@use.with_python.version=3.5
@use.with_python.version=3.6
Feature:
Scenario:
Given an async-step waits 0.3 seconds
4 changes: 4 additions & 0 deletions features/step.async_steps.feature
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Feature: Async-Test Support (async-step, ...)


@use.with_python.version=3.5
@use.with_python.version=3.6
Scenario: Use async-step with @async_run_until_complete (async)
Given a new working directory
And a file named "features/steps/async_steps35.py" with:
Expand Down Expand Up @@ -60,6 +61,7 @@ Feature: Async-Test Support (async-step, ...)

@use.with_python.version=3.4
@use.with_python.version=3.5
@use.with_python.version=3.6
Scenario: Use async-step with @async_run_until_complete (@coroutine)
Given a new working directory
And a file named "features/steps/async_steps34.py" with:
Expand Down Expand Up @@ -89,6 +91,7 @@ Feature: Async-Test Support (async-step, ...)
"""

@use.with_python.version=3.5
@use.with_python.version=3.6
Scenario: Use @async_run_until_complete(timeout=...) and TIMEOUT occurs (async)
Given a new working directory
And a file named "features/steps/async_steps_timeout35.py" with:
Expand Down Expand Up @@ -160,6 +163,7 @@ Feature: Async-Test Support (async-step, ...)

@use.with_python.version=3.4
@use.with_python.version=3.5
@use.with_python.version=3.6
Scenario: Use async-dispatch and async-collect concepts
Given a new working directory
And a file named "features/steps/async_dispatch_steps.py" with:
Expand Down

0 comments on commit 0537bd8

Please sign in to comment.