编程作业的测试集设置

<% if edit_mode && homework.is_program_homework? %> <% homework.homework_tests.each_with_index do |test, index| %>
<% if index != 0 %> <% end %>
<% end %> <% else %>
<% end %>
确  定