one test
This commit is contained in:
parent
27c265141e
commit
2809689494
1 changed files with 11 additions and 0 deletions
11
spec/execute_spec.lua
Normal file
11
spec/execute_spec.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
describe('run module', function()
|
||||||
|
local run = require('cp.runner.run')
|
||||||
|
|
||||||
|
describe('basic functionality', function()
|
||||||
|
it('can get panel state', function()
|
||||||
|
local state = run.get_run_panel_state()
|
||||||
|
assert.is_table(state)
|
||||||
|
assert.is_table(state.test_cases)
|
||||||
|
end)
|
||||||
|
end)
|
||||||
|
end)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue