Skip to content

make dado calls stackable #7

Description

@toejough

Make the dado calls stackable, so that you can create a test matrix like

@data_driven(['foo'], <4 options for foo>)
@data_driven(['bar'], <5 options for bar>)
def test_combo(...

instead of

@data_driven(['foo', 'bar'], <20 options for foo, bar>)
def test_combo(...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions