Skip to content

Commit

Permalink
rename test files with type prefix (#309)
Browse files Browse the repository at this point in the history
* rename test files with type prefix

* set.seed for jitter + snapshot
  • Loading branch information
vincentarelbundock authored Feb 7, 2025
1 parent 4f2152f commit 4d06eab
Show file tree
Hide file tree
Showing 16 changed files with 270 additions and 269 deletions.
538 changes: 269 additions & 269 deletions inst/tinytest/_tinysnapshot/tinyplot_add_rug.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions inst/tinytest/test-tinyplot_add.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ f = function() {
expect_snapshot_plot(f, label = "tinyplot_add_unnamed")

# type = "rug"
set.seed(48103)
f = function() {
tinyplot(eruptions ~ waiting, data = faithful, type = "lm")
tinyplot_add(type = "rug")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4d06eab

Please sign in to comment.