Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow simplification of path definition as a simple list of functions #3

Merged
merged 2 commits into from
May 15, 2020

Conversation

charlieparkes
Copy link
Collaborator

@charlieparkes charlieparkes commented May 15, 2020

A simple path with one action

PATHS = {
    "EXAMPLE": [
        Action(functions=[test_func, test_func2])
    ]
}

may now also be defined as

PATHS = {
    "EXAMPLE": [test_func, test_func2]
}

@codecov
Copy link

codecov bot commented May 15, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@651d97d). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #3   +/-   ##
=========================================
  Coverage          ?   44.91%           
=========================================
  Files             ?       14           
  Lines             ?      777           
  Branches          ?        0           
=========================================
  Hits              ?      349           
  Misses            ?      428           
  Partials          ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 651d97d...03b623f. Read the comment docs.

@charlieparkes charlieparkes merged commit 7805a57 into master May 15, 2020
@charlieparkes charlieparkes deleted the function_list_paths branch May 15, 2020 16:54
charlieparkes added a commit that referenced this pull request Jul 6, 2020
Fix bug in get_nested, see alphachai/boto3-fixtures #3 for details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant