From: Kristian Nielsen Date: October 20 2009 12:54pm Subject: Re: Unit testing List-Archive: http://lists.mysql.com/internals/37407 Message-Id: <87oco2z0mm.fsf@knielsen-hq.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Tor Didriksen writes: > Why don't we start writing unit tests for MySQL code? But you already did?!? $ ls mysql-5.1.39/unittest/ examples Makefile Makefile.am Makefile.in mysys mytap README.txt unit.pl > I have been experimenting with the google unit testing framework lately. Please, *please* don't reinvent the wheel. It's bad enough to have two different test frameworks, adding a third would just make matters even worse. - Kristian.