[josm-dev] unit testing and functional testing of plugins

2015-06-22 Thread Jo
Hi, For some peace of mind and to avoid regression, while boldly adding functionality, I'd like to encourage the student I'm mentoring to write tests for the Mapillary plugin. I found this folder, which contains tests: https://josm.openstreetmap.de/browser/josm/trunk/test Do tests which test a

Re: [josm-dev] unit testing and functional testing of plugins

2015-06-22 Thread Jo
I updated the wiki: https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins Merci! Jo 2015-06-22 11:53 GMT+02:00 Vincent Privat vincent.pri...@gmail.com: Hi, Good initiative. Tests are always welcome. To add new unit tests, look at those existing plugins: - alignways -

Re: [josm-dev] unit testing and functional testing of plugins

2015-06-22 Thread Vincent Privat
Hi, Good initiative. Tests are always welcome. To add new unit tests, look at those existing plugins: - alignways - elevation - graphview - opendata - turnrestrictions - wikipedia and copy the same arborescence. Please take care of SVN properties (externals and ignore). Then add your plugin to