Displaying 2 results from an estimated 2 matches for "animint".
Did you mean:
aiming
2015 May 04
2
Print output during long tests?
I am the author of R package animint which uses testthat for unit tests.
This means that there is a single test file (animint/tests/testthat.R) and
during R CMD check we will see the following output
* checking tests ...
Running ?testthat.R?
I run these tests on Travis, which has a policy that if no output is
received after 10 minu...
2015 May 04
0
Print output during long tests?
Dear Toby,
Have you tried adding output to the tests with the context() function?
Best regards,
Thierry
Op 4 mei 2015 18:28 schreef "Toby Hocking" <tdhock5 at gmail.com>:
I am the author of R package animint which uses testthat for unit tests.
This means that there is a single test file (animint/tests/testthat.R) and
during R CMD check we will see the following output
* checking tests ...
Running ?testthat.R?
I run these tests on Travis, which has a policy that if no output is
received after 10 minu...