Testrun output is now shown when hovering over the status icons (round red or green circles)
This commit is contained in:
@ -50,9 +50,9 @@ h1 = "#{@exercise} (external user #{@external_user})"
|
|||||||
td
|
td
|
||||||
-submission.testruns.each do |run|
|
-submission.testruns.each do |run|
|
||||||
- if run.passed
|
- if run.passed
|
||||||
.unit-test-result.positive-result
|
.unit-test-result.positive-result title=run.output
|
||||||
- else
|
- else
|
||||||
.unit-test-result.negative-result
|
.unit-test-result.negative-result title=run.output
|
||||||
td = Time.at(deltas[1..index].inject(:+)).utc.strftime("%H:%M:%S") if index > 0
|
td = Time.at(deltas[1..index].inject(:+)).utc.strftime("%H:%M:%S") if index > 0
|
||||||
-working_times_until.push((Time.at(deltas[1..index].inject(:+)).utc.strftime("%H:%M:%S") if index > 0))
|
-working_times_until.push((Time.at(deltas[1..index].inject(:+)).utc.strftime("%H:%M:%S") if index > 0))
|
||||||
p = t('.addendum')
|
p = t('.addendum')
|
||||||
|
Reference in New Issue
Block a user