Well, since dream mode is off, you mentioned something really bothers me: having to write unit tests in XML.
WHY? Unit testing seems to be better written using procedural statements. So why do we need to use a declarative (and verbose) lang like XML? Only data should be expressed in XML (or better yet YAML) Also, there is no "test" context, the 'account' module assertions are done in "update" part of the lifecycle. If I'm writing extensive tests, I want my database in a known deterministic state. There should be a --run-tests argument when starting the server so it would do what the CI server does, but locally. And from the reports, important metrics are lacking like number of tests, coverage, etc. Now that the CI server is up, let's see how it goes. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=44188#44188 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
