Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: proofit404/stories
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.2
Choose a base ref
...
head repository: proofit404/stories
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.12.0
Choose a head ref
  • 5 commits
  • 54 files changed
  • 1 contributor

Commits on Mar 6, 2020

  1. feat: support coroutine functions as story step definitions

    You can use async def syntax to define story steps. Story objects
    become available, so you can apply in your aiohttp views. All story
    steps should be either coroutines or functions.
    
    Most part of the work in this PR was done by @supadrupa and @thedrow
    dry-python-bot authored and dry-python-bot committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    55cbfda View commit details
    Browse the repository at this point in the history
  2. test: parametrize tests to run both on functions and coroutines

    dry-python-bot authored and dry-python-bot committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    da1430a View commit details
    Browse the repository at this point in the history
  3. docs: write every code example both in methods and coroutines

    dry-python-bot authored and dry-python-bot committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    a964a31 View commit details
    Browse the repository at this point in the history
  4. build: ignore azure pipelines artifacts from pytest

    dry-python-bot authored and dry-python-bot committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    0b1cedb View commit details
    Browse the repository at this point in the history
  5. chore(release): 0.12.0 [skip ci]

    # [0.12.0](0.11.2...0.12.0) (2020-03-06)
    
    ### Features
    
    * support coroutine functions as story step definitions ([55cbfda](55cbfda))
    dry-python-bot committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    51008ec View commit details
    Browse the repository at this point in the history
Loading