Esri / solutions-geoprocessing-toolbox

Models, scripts, and tools for use in ArcGIS Desktop and Server to support defense and intelligence workflows.
Apache License 2.0
133 stars 67 forks source link

Be able to pass a variable into the test runner script #647

Open topowright-zz opened 6 years ago

topowright-zz commented 6 years ago

I would like to possibly just use the test runner script to run all and single tests of our solutions.

Current Behavior

when this file is called it runs all tests for all solutions

Possible Solution

We can either copy the test runner script, rename the script and comment out the other calls to the tests not needs as done in the following PR, but if the level of effort is very small (less than one hour) I do not feel like it should be done.