Skip to content

make dado calls stackable #7

@toejough

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(...

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