Hi Nathan On Wed, Feb 19, 2014 at 3:45 PM, Nathan Woodrow <[email protected]> wrote: > One issue I see here is we are mixing unit tests with integration tests. > The tests for QgsExpression are examples of unit tests and should flag a > regression but stuff like rendering tests are more if a integration test and > may or may not flag a regression.
Um... is the mixing of unit and integration tests really an issue? :-) Some more complex classes are somehow difficult to test in isolation (e.g. QgsMapRenderer), so their unit test becomes kind of integration test... but is there anything wrong with it? Cheers Martin _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
