Skip to content

More options for deselecting flaky AppDriver values? #374

@LDSamson

Description

@LDSamson

It would be great to have some more options to select or deselect inconsistent values from AppDriver$expect_values().
What if we could pass a custom function to the input/output/export values?

Something like this:

AppDriver()$expect_values(
  output = \(x){ x[!grepl("flaky_output1", x)] }
)

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