Skip to content

Revise / refresh testing infrastructure #67

Description

@vankesteren

I suggest using testthat to refresh the testing infrastructure. This can replace the original test infrastructure in the tests folder.

Advantages:

  • easier to maintain (separate files for unit tests of different things) and extend
  • nicer error reports using devtools::test()
  • faster (you can run a subset of tests when developing)
  • the RSiena package does not need to export variables like tmp3 and tmp4
  • running tests will not put files in the root directory (Siena.txt)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions