[Maxima] Changing run_testsuite interface?

Barton Willis willisb at unk.edu
Thu Apr 17 13:16:08 CDT 2008


Sure --- using keyword args for run_testsuite is a good idea. While
you are poking around the code, maybe you could fix:

(%i4) fn : ["rtest_zeta"]$
(%i5) run_testsuite(false, false, fn)$

Running tests in rtest_zeta: 14/14 tests passed.
No unexpected errors found.
real time       :      0.020 secs
run-gbc time    :      0.020 secs
child run time  :      0.000 secs
gbc time        :      0.000 secs

Oh No! fn has changed!

(%i1) fn;
(%o1) fn

Barton

-----maxima-bounces at math.utexas.edu wrote: -----

>I'd like to change the interface to use 3 keyword args:
>include_known_bugs, verbose, and tests.


More information about the Maxima mailing list