Hi all,

Consider adding regression tests (or unit tests or whatever) to your
next commit. I've created a file, regressionstest.cpp, as a
placeholder to take your test code.

It should be no extra work: you probably already create some test code
to exercise the bug/feature you are working on; just put that test
code into regressionstest.cpp. You can still run it at the
command-line (or as I do in my IDE) with "testrunner regressionstest
NN" where NN is the Id you have assigned the test.

The main reason you may want to do this (apart from improving code
quality across the board) is that in a multi-developer project, it is
quite common for my latest check-in to break your code and remove your
feature (it's how I roll), but since the tests passed Geoff accepted
my merge request.

Regards,
   Noel

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to