Esri / data-assistant

ArcGIS Pro Add-in that assists in emergency management, local government and state government data aggregation workflows.
Apache License 2.0
22 stars 8 forks source link

9.1 Patch #239

Closed JRosenfeldIntern closed 6 years ago

JRosenfeldIntern commented 6 years ago

This pull request removed unneeded files from the VS projects as well as reorganizes the code into more modular, understandable files.

Also changes the parameter in Create Source Target from xml to folder to better reflect the output the GP Tool provides.

Finally, changed the try except block to correctly catch all errors should the validator run into any weird fringe cases within the GP tool.

Additionally, adds the unit test script framework into the Esri branch from my fork.