Loading robot2doc/test_lib.py +2 −1 Original line number Diff line number Diff line Loading @@ -65,10 +65,11 @@ def test_gen_api_suite(): spec = TestSpec() workspace = "Another-API" commit_id = "deadbeef" title = "Clause title" sol = "SOL002" lib.gen_api_suite( sec_ref, suite, spec, workspace, commit_id, sol sec_ref, title, suite, spec, workspace, commit_id, sol ) outfn = "../examples/test.docx" Loading Loading
robot2doc/test_lib.py +2 −1 Original line number Diff line number Diff line Loading @@ -65,10 +65,11 @@ def test_gen_api_suite(): spec = TestSpec() workspace = "Another-API" commit_id = "deadbeef" title = "Clause title" sol = "SOL002" lib.gen_api_suite( sec_ref, suite, spec, workspace, commit_id, sol sec_ref, title, suite, spec, workspace, commit_id, sol ) outfn = "../examples/test.docx" Loading