DynamoDS / RevitTestFramework

Unit Testing on Revit
119 stars 81 forks source link

Use Dynamo.config to resolve assembly #60

Closed sharadkjaiswal closed 7 years ago

sharadkjaiswal commented 7 years ago

Purpose:

This PR allows the Test framework to resolve DynamoCore dlls, while loading test dlls using Dynamo.config file if it's present to specify DynamoRuntime location as per https://github.com/DynamoDS/Dynamo/pull/7417

Reviewer

@Randy-Ma

Randy-Ma commented 7 years ago

Nice! If you are running the UI application, you can also set the path in one of the input. LGTM!