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.health', function()
|
|||
end)
|
||||
|
||||
describe('dependency checks', function()
|
||||
it('checks for python availability', function()
|
||||
end)
|
||||
it('checks for python availability', function() end)
|
||||
|
||||
it('validates scraper dependencies', function()
|
||||
end)
|
||||
it('validates scraper dependencies', function() end)
|
||||
|
||||
it('checks uv installation', function()
|
||||
end)
|
||||
it('checks uv installation', function() end)
|
||||
end)
|
||||
|
||||
describe('scraper validation', function()
|
||||
it('validates codeforces scraper', function()
|
||||
end)
|
||||
it('validates codeforces scraper', function() end)
|
||||
|
||||
it('validates atcoder scraper', function()
|
||||
end)
|
||||
it('validates atcoder scraper', function() end)
|
||||
|
||||
it('validates cses scraper', function()
|
||||
end)
|
||||
it('validates cses scraper', function() end)
|
||||
end)
|
||||
|
||||
describe('configuration validation', function()
|
||||
it('checks config file validity', function()
|
||||
end)
|
||||
it('checks config file validity', function() end)
|
||||
|
||||
it('validates language configurations', function()
|
||||
end)
|
||||
it('validates language configurations', function() end)
|
||||
|
||||
it('checks snippet configurations', function()
|
||||
end)
|
||||
it('checks snippet configurations', function() end)
|
||||
end)
|
||||
|
||||
describe('system checks', function()
|
||||
it('checks file permissions', function()
|
||||
end)
|
||||
it('checks file permissions', function() end)
|
||||
|
||||
it('validates cache directory access', function()
|
||||
end)
|
||||
it('validates cache directory access', function() end)
|
||||
|
||||
it('checks network connectivity', function()
|
||||
end)
|
||||
it('checks network connectivity', function() end)
|
||||
end)
|
||||
end)
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue