mlr-org / mlr3misc

Miscellaneous helper functions for mlr3
https://mlr3misc.mlr-org.com
GNU Lesser General Public License v3.0
11 stars 2 forks source link

Switch to tinytest #40

Closed mllg closed 4 years ago

mllg commented 4 years ago

Tinytest not ready yet.

mb706 commented 4 years ago

what is missing?

mllg commented 4 years ago

Sourcing files is technically possible, but strange things happen (e.g., loading a library is successful, but the namespace does not get attached properly). The alternative is to have "setup code" (setting options, disabling logger, loading packages) in each test file, which I find a bit tedious.

EDIT: this was probably a fault on my side...? Still testing what's going on.

mllg commented 4 years ago

You can convince me otherwise. :wink: