View source: R/check_cassette_names.R
check_cassette_names | R Documentation |
This function has been deprecated because it's not possible for it to detect re-used cassette names 100% correctly and the problem of duplicated cassette names is relatively easy to debug by hand.
check_cassette_names(
pattern = "test-",
behavior = "stop",
allowed_duplicates = NULL
)
pattern |
(character) regex pattern for file paths to check.
This is done inside of |
behavior |
(character) "stop" (default) or "warning". If "warning",
we use |
allowed_duplicates |
(character) Cassette names that can be duplicated. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.