cynkra / lazytest

Runs only failing tests
https://lazytest.cynkra.com/
Other
31 stars 2 forks source link

Avoid rerunning tests if the last run contained all tests #33

Open krlmlr opened 11 months ago

krlmlr commented 11 months ago

Another corner case, recreatable, e.g., with a package that has only one test-*.R file.

krlmlr commented 11 months ago

More generally: maybe it's sufficient to run all checks that have not been run in the initial run? Construct a negative reprex for the filter?