moodymudskipper / inops

Infix Operators for Detection, Subsetting and Replacement
GNU General Public License v3.0
40 stars 0 forks source link

unit tests #7

Closed moodymudskipper closed 4 years ago

moodymudskipper commented 4 years ago

to do

karoliskoncevicius commented 4 years ago

Will you want to use a package for testing, like tinytests or testthat?

moodymudskipper commented 4 years ago

I'm used to testthat, but whatever you're comfortable with works

moodymudskipper commented 4 years ago

started them to ensure that check operators are consistent between themselves and with equality / comparison ops when applied on different types/ classes

moodymudskipper commented 4 years ago

Using covr::report(), we're just at 27%, aiming for 100%

moodymudskipper commented 4 years ago

60% 👍

moodymudskipper commented 4 years ago

100% 👍