On Thu, Jul 9, 2009 at 6:47 AM, Bryan Bishop<[email protected]> wrote: > > Hey all, > > Does anyone have some unit tests for sympy that go over a broad range > of different functionality throughout the framework? For instance, I
I am not sure what you mean --- if you run bin/test sympy it will run about 1550 tests for sympy, testing a broad range of different functionality. > only know about doing some multiplication and parenthetical > statements, but there are many other features that would be important > to test against. A few months ago I posted here asking about better Could you give some particular example? If something is not tested against, we need to fix it. > units integration and got positive response, especially from Ondrej. > But now I am wanting to expand the base of tests, without having to > wait until I break something to have to fix it in the future. Any > thoughts? Any .py files that I should look at in particular? Yes, if you know that something is not tested, we need to improve our test suite --- let us know the details. If you are looking for tests, just look into the tests/ directories. Ondrej --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sympy?hl=en -~----------~----~----~----~------~----~------~--~---
