fix(ci): format tests
This commit is contained in:
parent
6673713eb1
commit
62fda4490c
10 changed files with 136 additions and 260 deletions
|
|
@ -6,46 +6,34 @@ describe('cp.problem', function()
|
|||
end)
|
||||
|
||||
describe('problem creation', function()
|
||||
it('creates problem files with correct naming', function()
|
||||
end)
|
||||
it('creates problem files with correct naming', function() end)
|
||||
|
||||
it('applies language-specific templates', function()
|
||||
end)
|
||||
it('applies language-specific templates', function() end)
|
||||
|
||||
it('sets up directory structure correctly', function()
|
||||
end)
|
||||
it('sets up directory structure correctly', function() end)
|
||||
end)
|
||||
|
||||
describe('problem metadata', function()
|
||||
it('extracts problem information correctly', function()
|
||||
end)
|
||||
it('extracts problem information correctly', function() end)
|
||||
|
||||
it('handles missing metadata gracefully', function()
|
||||
end)
|
||||
it('handles missing metadata gracefully', function() end)
|
||||
|
||||
it('validates problem identifiers', function()
|
||||
end)
|
||||
it('validates problem identifiers', function() end)
|
||||
end)
|
||||
|
||||
describe('file management', function()
|
||||
it('creates solution files in correct locations', function()
|
||||
end)
|
||||
it('creates solution files in correct locations', function() end)
|
||||
|
||||
it('handles existing files appropriately', function()
|
||||
end)
|
||||
it('handles existing files appropriately', function() end)
|
||||
|
||||
it('manages backup files correctly', function()
|
||||
end)
|
||||
it('manages backup files correctly', function() end)
|
||||
end)
|
||||
|
||||
describe('buffer setup', function()
|
||||
it('opens problem files in appropriate buffers', function()
|
||||
end)
|
||||
it('opens problem files in appropriate buffers', function() end)
|
||||
|
||||
it('sets correct buffer options', function()
|
||||
end)
|
||||
it('sets correct buffer options', function() end)
|
||||
|
||||
it('applies filetype-specific settings', function()
|
||||
end)
|
||||
it('applies filetype-specific settings', function() end)
|
||||
end)
|
||||
end)
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue