Message 1 of 5
running unit-tests with Revit offline
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Similar question to this. I have Revit 2021 API. I run unit-tests from a PushButton of an External Application. The disadvantage is that Revit my be on all the time to do this. I have used NUnit and built against the proper C:\ProgramFiles\Autodesk\Revit 2021\RevitAPI.dll, or against the stub dll from this chap.
I would like to run my unit-tests from outside of Revit, possibly from within VS with MSBuild, or command line with dotnet test. Is it possible ?
Thank you