I've implemented very basic Travis testing for the plugin qgis2web, and it's been working very well, catching code errors which result in Python errors. However, I'm now trying to expand the suite of tests to test the plugin against different data. The problem I have is that I now cannot get Travis to fail a build. I have tried adding deliberate errors which cause Python errors when running the plugin, but Travis still passes.
The file with the tests is: https://github.com/tomchadwin/qgis2web/blob/master/test/test_qgis2web_dialog.py Can anyone help? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Deliberate-errors-but-Travis-passes-tp5223114.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com. _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
