../measure/tests subfolder missing in the copied measures
I am trying to run unit test of a OpenStudio measure (say 'my_measure') copied and edited from a BCL measure. However, I could not find 'tests' subfolder inside the ...OpenStudio\Measures\my_measure folder to access my_measure_tests.rb. The folder is in usual location when I create a completely new measure. Am I missing something?
I am using OpenStudioApp 1.6.0.
Which BCL measure are you copying exactly? Does it have the tests/ folder in your local BCL folder?
I just tried copying the "Thermal Briding and Derating - TDB" measure in the OS App 1.6.0, and it does have the tests/ folder and all files within.
I copied 'Heating Coils Gas Multiplier' under HVAC>>Heating. I checked the BCL folder of this measure, and it doesn't contain the test subfolder. Does that mean not every downloaded measure contains a test file?