Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an invert argument to find_tests_scripts #239

Merged
merged 2 commits into from
Sep 30, 2015

Conversation

jimhester
Copy link
Member

This allows selecting only tests which do not match a regular
expression.

This allows selecting only tests which do _not_ match a regular
expression.
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 0b623ec on jimhester:invert_filter into * on hadley:master*.

@@ -62,17 +62,24 @@ source_test_helpers <- function(path, env = globalenv()) {
#' Find the test files.
#' @param path path to tests
#' @param filter cf \code{\link{test_dir}}
#' @param invert If \sQuote{TRUE} return files which do _not_ match.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\emph{}?

@hadley
Copy link
Member

hadley commented Sep 24, 2015

Can you add a bullet to NEWS please?

@hadley
Copy link
Member

hadley commented Sep 29, 2015

If you can get this in soon, it's likely to make it into the next version

@jimhester
Copy link
Member Author

Done c1fcdd0, thanks for the reminder!

hadley added a commit that referenced this pull request Sep 30, 2015
Add an invert argument to find_tests_scripts
@hadley hadley merged commit 3b71998 into r-lib:master Sep 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants