Skip to content

Support test files filtering #1

Description

@jakubsob

Support different modes of test files filtering.

File-based

When script.R was mutated, run testthat::test_dir(..., filter = "^script$")

Function-based

  • When a func in script.R was mutated, run all test files that call func.
  • Or when a func in script.R was mutated, find all functions that call func. Run all test files that call func or a caller of func.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions