NREL / OpenStudio-measure-tester-gem

Other
3 stars 0 forks source link

Minitest not reported if you have several test classes in a single or multiple test files #85

Open jmarrec opened 2 months ago

jmarrec commented 2 months ago

It all says it in the title.

I originally had MeasureTest1 < Minitest::Test in measure_1_test.rb and MeasureTest2 < Minitest::Test in measure_2_test.rb and the minitest results were not reported.

I put both test classes into a single measure_test.rb, but same result.

Once I used a single test class in a single file, my dashboard started showing the results.

(I think they were being overwritten)