Displaying 2 results from an estimated 2 matches for "othertest".
2003 Sep 07
0
chan_local environments: unexpected results
...variable MYTEST is set in the "original"
call. Then, the call is handed to chan_local at a different dialed
number. Then, as expected, a new environment is set up, and I cannot
see the value I set for MYTEST in this new environment - so far,so
goo. I create another variable called OTHERTEST in this new
environment.
However, as soon as the "Answer" application is called, I see the
Local channel hangs up. Suddenly, the environment of the call is
handed back to the original call's settings! This seems
counter-intuitive, since my dial plan is following a path and
ex...
2014 Sep 22
0
extra package tests directory
...sts/ (plus
inst/UnitTests/, plus inst/UnitTest/, plus inst/unittests). In many
case these seem to be run by a script in the tests/ directory using a
unit testing framework, so they cannot easily be distinguished from the
normal package tests/ run by CRAN.
I see also an occurrence each of inst/otherTests/ inst/testScripts/ and
inst/test_cases.
My own preference would be inst/extraTests but no one is using that.
Have I missed anything? Does anyone have suggestions or comments? Are
there other reasons one might want tests that are not usually run by CRAN?
Paul