Skip to content

Commit

Permalink
Sandbox run test/hurl_spec.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Oct 25, 2023
1 parent 96cbd33 commit 6370b36
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test/hurl_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ describe('Hurl wrapper', function()
end)

describe('run_selection function', function()
it('should correctly read and execute HTTP requests from a selected portion of a .hurl file', function()
-- TODO: add a test to check run_selection function
end)
it(
'should correctly read and execute HTTP requests from a selected portion of a .hurl file',
function()
-- TODO: add a test to check run_selection function
end
)
end)
end)

0 comments on commit 6370b36

Please sign in to comment.