8000 Comparing 0.12.0...0.13.0 · proofit404/stories · GitHub
[go: up one dir, main page]

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.12.0
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.13.0
Choose a head ref
  • 10 commits
  • 41 files changed
  • 3 contributors

Commits on Mar 9, 2020

  1. build: fix new flake8-pytest errors

    Omer Katz authored and proofit404 committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    523d8be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26219bb View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. build: improve our flake8 linting

    add new flake8 plugins and run flake8 in parallel.
    Omer Katz authored and proofit404 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    e7ea51e View commit details
    Browse the repository at this point in the history
  2. style: adjust style according to our new flake8 config

    Omer Katz authored and proofit404 committed Mar 10, 2020
    Configuration menu

    Copy the full SHA
    fbb6dd4 View commit details
    Browse the repository at this point in the history
  3. docs: extend documentation with examples of invalid stories

    Omer Katz authored and proofit404 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    1ebe5a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    a3a7208 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. feat: use assignment expression instead of Success keyword arguments

    This is a BREAKING CHANGE for sure.  The editors project provides a
    plugin to migrate to the new syntax without manual editing.  The
    reason for such change is a goal to separate execution and state
    management during the execution of the story.  It is possible to
    assign variables inside the steps returning Skip marker.
    dry-python-bot authored and proofit404 committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    9756571 View commit details
    Browse the repository at this point in the history
  2. test: rewrite test examples to use assignment expression

    Do not use Success() keyword arguments to assign variables in the context.
    dry-python-bot authored and proofit404 committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    acae01c View commit details
    Browse the repository at this point in the history
  3. docs: rewrite code examples to use assignment expression

    Do not use Success() keyword arguments to assign variables to the context in the documentation.
    proofit404 committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    69898eb View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. chore(release): 0.13.0 [skip ci]

    # [0.13.0](0.12.0...0.13.0) (2020-03-14)
    
    ### Features
    
    * use assignment expression instead of Success keyword arguments ([9756571](9756571))
    dry-python-bot committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    9e63c36 View commit details
    Browse the repository at this point in the history
Loading
0