On Fri, 2011-07-22 at 07:24 +0200, Michal Čihař wrote:
Hi
Dne Thu, 21 Jul 2011 15:51:34 +0100 Rouslan Placella rouslan@placella.com napsal(a):
On Thu, 2011-07-21 at 13:17 +0200, Michal Čihař wrote:
Hi all
I've setup continuous testing of phpMyAdmin's code base on http://ci.phpmyadmin.net/.
It is configured to send mails to all people who have commited code while the tests broke. This email is sent to devel mailing list as well.
You can find more details (well not that much right now) on wiki page:
Which Git repository/branch does this server work from? Is it 'master' or 'unittesting' from sourceforge, or something else completely?
It's testing master, unittesting is anyway merged to master, it should be probably deleted.
I wrote some unit tests for my features, but I'm not too sure what to do with them. They work fine, but that's my first time writing unit tests, so I'm not too sure if I used all the best practices for them. Should I check them into master? Something else?
Rouslan