feat: some more tests, a checkpoint
This commit is contained in:
parent
56c52124ec
commit
093782330a
1 changed files with 2 additions and 2 deletions
|
|
@ -3,9 +3,9 @@ describe('cp.test_render', function()
|
|||
|
||||
describe('get_status_info', function()
|
||||
it('returns AC for pass status')
|
||||
it('returns WA for fail status with non-zero code')
|
||||
it('returns WA for fail status with normal exit codes')
|
||||
it('returns TLE for timeout status')
|
||||
it('returns RTE for fail with zero code')
|
||||
it('returns RTE for fail with signal codes (>= 128)')
|
||||
it('returns empty for pending status')
|
||||
end)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue