Hi Everyone.
I am writing my OpenStudio measures and then testing them with some test code like shown in the writing openstudio measures guide.
Everything works fine but the time that the code takes to run can be up to 40 seconds, this means that debugging or testing can take a lot longer than it should.
Is it possible to set up the tests in an interactive environment where code snippets can be run one at a time? So that I only need to run the code that I want to test. Is this what Ruby mine does?
Has anyone done this? Any advice would be most appreciated!