Show More
Commit Description:
added submission_status to store grading results, first page shows only unpassed problems.
Commit Description:
added submission_status to store grading results, first page shows only unpassed problems.
File last commit:
Show/Diff file:
Action:
test/unit/submission_status_test.rb | 8 lines | 163 B | text/x-ruby | RubyLexer |
Jittat Fakcharoenphol
added submission_status to store grading results, first page shows only unpassed problems.
r216 require 'test_helper'
class SubmissionStatusTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end