speed up R unit tests

This commit is contained in:
Anthony Sottile 2023-01-17 14:16:13 -05:00
parent a26b631aae
commit 966c67a832
3 changed files with 44 additions and 98 deletions

View file

@ -64,7 +64,7 @@ def _entry_validate(entry: list[str]) -> None:
raise ValueError('You can supply at most one expression.')
elif len(entry) > 2:
raise ValueError(
'The only valid syntax is `Rscript -e {expr}`',
'The only valid syntax is `Rscript -e {expr}`'
'or `Rscript path/to/hook/script`',
)