larry-discuss team mailing list archive
-
larry-discuss team
-
Mailing list archive
-
Message #00017
Re: Plans for la 0.2
On Wed, Feb 3, 2010 at 5:11 PM, Keith Goodman <kwgoodman@xxxxxxxxx> wrote:
> Now that la 0.1 has been released, it is time to begin planning for 0.2.
>
> The focus of the second release of la (version 0.2) is to improve unit
> test coverage.
Test coverage, measured in terms of lines executed might be pretty
good. However, I haven't seen many tests, for example, for different
dtypes, except for boolean larry. Improving the tests will then
require to come up with good test cases for not so common usage,
rather covering functions or methods that have missing tests.
>
> The first step is to make larry specific assert_equal and
> assert_almost_equal functions as described in Blueprint
> simplify-unit-testing.
>
> After we are happy with the signature and unit test coverage of the
> new assert statements, we will use them to add missing unit test
> coverage in la. If that goes well, i.e. we are still happy with the
> new assert statements:
>
> Refactor deflarry_test.py to use the new assert statements.
I think rewriting the existing tests is not of very high priority.
Some of the function that are currently 2d only, might require quite a
bit of work to enable them to handle arbitrary dimension and axis.
Josef
>
> As always, once the coding starts the plan will change.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~larry-discuss
> Post to : larry-discuss@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~larry-discuss
> More help : https://help.launchpad.net/ListHelp
>
References