Skip to content

Support multiple tuple files in tests #233

@xtsee

Description

@xtsee

Scope
Allowing multiple tuple files gives you the option to break up your fixtures data (tuples) and reuse them across different tests. For example, you might have a set of tuples that contain all companies and another set of tuples for teams. This should make managing the test data a lot easier.

Example

tests: # required
  - name: test-1
    # tuple_file: ./tuples.yaml # tuples that would apply per test
    # tuple_file: # or multiple
    #   - ./tuples-1.yaml
    #   - ./tuples-2.yaml

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions