FloSchuberth / cSEM

Composite-based SEM
https://floschuberth.github.io/cSEM/
GNU General Public License v3.0
28 stars 8 forks source link

Update Tests to testthat 3E #524

Open emstruong opened 8 months ago

emstruong commented 8 months ago

There are various changes made to testthat 3E that should make our tests more robust and parsimonious.

For example, expect_equal() now supersedes expect_equivalent() -- and more easily specifies the level of tolerance.

FloSchuberth commented 8 months ago

Thank you for highlighting this development!