Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/minitest version #1567

Merged
merged 3 commits into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openstudio-standards.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.files = Dir['License.txt', 'lib/**/*', 'data/**/*']
# spec.test_files = Dir['test/**/*']
spec.require_paths = ['lib']
spec.add_development_dependency 'minitest-reporters'
spec.add_development_dependency 'minitest-reporters', '1.6.1'
spec.add_development_dependency 'minitest-parallel_fork'
spec.add_development_dependency 'ruby-progressbar'
if RUBY_VERSION < '2.3'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test < MiniTest::Test
class NECB_HVAC_System_1_Test < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_2_Test < MiniTest::Test
class NECB_HVAC_System_2_Test < Minitest::Test


#System #2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_3_Test < MiniTest::Test
class NECB_HVAC_System_3_Test < Minitest::Test

def <%=test_name %>()
weather_file = 'CAN_ON_Toronto.Pearson.Intl.AP.716240_CWEC2016.epw'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_4_Test < MiniTest::Test
class NECB_HVAC_System_4_Test < Minitest::Test

def <%=test_name %>()
vintage = ['NECB2011']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_6_Test < MiniTest::Test
class NECB_HVAC_System_6_Test < Minitest::Test

def <%=test_name %>()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_E_F_E_E < MiniTest::Test
class NECB_HVAC_System_1_Test_E_F_E_E < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_TestE_F_E_HW < MiniTest::Test
class NECB_HVAC_System_1_TestE_F_E_HW < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_E_F_HW_E < MiniTest::Test
class NECB_HVAC_System_1_Test_E_F_HW_E < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_E_F_HW_HW < MiniTest::Test
class NECB_HVAC_System_1_Test_E_F_HW_HW < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_E_T_E_E < MiniTest::Test
class NECB_HVAC_System_1_Test_E_T_E_E < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_E_T_E_HW < MiniTest::Test
class NECB_HVAC_System_1_Test_E_T_E_HW < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_E_T_HW_E < MiniTest::Test
class NECB_HVAC_System_1_Test_E_T_HW_E < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_E_T_HW_HW < MiniTest::Test
class NECB_HVAC_System_1_Test_E_T_HW_HW < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_FO2_F_E_E < MiniTest::Test
class NECB_HVAC_System_1_Test_FO2_F_E_E < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_FO2_F_E_HW < MiniTest::Test
class NECB_HVAC_System_1_Test_FO2_F_E_HW < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_FO2_F_HW_E < MiniTest::Test
class NECB_HVAC_System_1_Test_FO2_F_HW_E < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_FO2_F_HW_HW < MiniTest::Test
class NECB_HVAC_System_1_Test_FO2_F_HW_HW < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_FO2_T_E_E < MiniTest::Test
class NECB_HVAC_System_1_Test_FO2_T_E_E < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_FO2_T_E_HW < MiniTest::Test
class NECB_HVAC_System_1_Test_FO2_T_E_HW < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_FO2T_HW_E < MiniTest::Test
class NECB_HVAC_System_1_Test_FO2T_HW_E < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_FO2_T_HW_HW < MiniTest::Test
class NECB_HVAC_System_1_Test_FO2_T_HW_HW < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_NG_F_E_E < MiniTest::Test
class NECB_HVAC_System_1_Test_NG_F_E_E < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_NG_F_E_HW < MiniTest::Test
class NECB_HVAC_System_1_Test_NG_F_E_HW < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_NG_F_HW_E < MiniTest::Test
class NECB_HVAC_System_1_Test_NG_F_HW_E < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_NG_F_HW_HW < MiniTest::Test
class NECB_HVAC_System_1_Test_NG_F_HW_HW < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_NG_T_E_E < MiniTest::Test
class NECB_HVAC_System_1_Test_NG_T_E_E < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_NG_T_E_HW < MiniTest::Test
class NECB_HVAC_System_1_Test_NG_T_E_HW < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_NG_T_HW_E < MiniTest::Test
class NECB_HVAC_System_1_Test_NG_T_HW_E < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_1_Test_NG_T_HW_HW < MiniTest::Test
class NECB_HVAC_System_1_Test_NG_T_HW_HW < Minitest::Test


#System #1 ToDo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_2_Test_E_C_DX_FPFC < MiniTest::Test
class NECB_HVAC_System_2_Test_E_C_DX_FPFC < Minitest::Test


#System #2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_2_Test_E_C_H_FPFC < MiniTest::Test
class NECB_HVAC_System_2_Test_E_C_H_FPFC < Minitest::Test


#System #2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_2_Test_E_R_DX_FPFC < MiniTest::Test
class NECB_HVAC_System_2_Test_E_R_DX_FPFC < Minitest::Test


#System #2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_2_Test_E_R_H_FPFC < MiniTest::Test
class NECB_HVAC_System_2_Test_E_R_H_FPFC < Minitest::Test


#System #2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_2_Test_E_RS_DX_FPFC < MiniTest::Test
class NECB_HVAC_System_2_Test_E_RS_DX_FPFC < Minitest::Test


#System #2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_2_Test_E_RS_H_FPFC < MiniTest::Test
class NECB_HVAC_System_2_Test_E_RS_H_FPFC < Minitest::Test


#System #2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_2_Test_E_S_DX_FPFC < MiniTest::Test
class NECB_HVAC_System_2_Test_E_S_DX_FPFC < Minitest::Test


#System #2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_2_Test_E_S_H_FPFC < MiniTest::Test
class NECB_HVAC_System_2_Test_E_S_H_FPFC < Minitest::Test


#System #2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_2_Test_FO2_C_DX_FPFC < MiniTest::Test
class NECB_HVAC_System_2_Test_FO2_C_DX_FPFC < Minitest::Test


#System #2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_2_Test_FO2_C_H_FPFC < MiniTest::Test
class NECB_HVAC_System_2_Test_FO2_C_H_FPFC < Minitest::Test


#System #2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_2_Test_FO2_R_DX_FPFC < MiniTest::Test
class NECB_HVAC_System_2_Test_FO2_R_DX_FPFC < Minitest::Test


#System #2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_2_Test_FO2_R_H_FPFC < MiniTest::Test
class NECB_HVAC_System_2_Test_FO2_R_H_FPFC < Minitest::Test


#System #2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_2_Test_FO2_RS_DX_FPFC < MiniTest::Test
class NECB_HVAC_System_2_Test_FO2_RS_DX_FPFC < Minitest::Test


#System #2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Hopefully this makes is easier to debug the HVAC stuff!


class NECB_HVAC_System_2_Test_FO2_RS_H_FPFC < MiniTest::Test
class NECB_HVAC_System_2_Test_FO2_RS_H_FPFC < Minitest::Test


#System #2
Expand Down
Loading