Skip to content

Commit

Permalink
[Tests][KiCanvas][Added] Simple one
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Jan 31, 2024
1 parent db3694a commit 15209e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/test_plot/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2027,3 +2027,12 @@ def test_info_1(test_dir):
ctx.run()
ctx.expect_out_file(prj+'-info.txt')
ctx.clean_up()


@pytest.mark.skipif(not context.ki7(), reason="Just v7 test")
def test_kicanvas_1(test_dir):
prj = 'resistor_tht'
ctx = context.TestContext(test_dir, prj, 'kicanvas_1', 'KiCanvas')
ctx.run(extra=['KiCanvas'])
ctx.expect_out_file_d(['kicanvas.js', prj+'-kicanvas.html', prj+'.kicad_pcb', prj+'.kicad_sch', prj+'.kicad_pro'])
ctx.clean_up(keep_project=True)

0 comments on commit 15209e7

Please sign in to comment.