From: Kristian Nielsen Date: October 20 2009 3:04pm Subject: Re: Unit testing List-Archive: http://lists.mysql.com/internals/37413 Message-Id: <87fx9eyulk.fsf@knielsen-hq.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Tor Didriksen writes: > I just wrote a couple of tests using gtest, > trying to show that it is a lot more expressive than mytap. > There are currently *very few* unit tests in the codebase. > If people think unit tests are a good idea, then maybe > they will actually start writing them, given a better framework. Hm. Maybe it is only in the Maria branch that many unit tests have been written? But I suppose it will be merged one day (or maybe not). > I use unit.pl as a test runner, so no re-invention there. Ah, so is that possible? Didn't realise that. If one could use multiple frameworks for writing different kinds of unit tests, that could actually be cool... different kinds of tests might have different needs. Really great if your work can improve unit testing! - Kristian.