diff --git a/tests/reference/7_0_6/populating_4.png b/tests/reference/7_0_6/populating_4.png new file mode 100644 index 000000000..7e23fb8a6 Binary files /dev/null and b/tests/reference/7_0_6/populating_4.png differ diff --git a/tests/test_plot/test_misc.py b/tests/test_plot/test_misc.py index 2e2fa17d0..81335e2b1 100644 --- a/tests/test_plot/test_misc.py +++ b/tests/test_plot/test_misc.py @@ -1821,3 +1821,12 @@ def test_definitions_1(test_dir): for copy in range(2): ctx.expect_out_file(f'{prj}-{la}_silk_{copy+1}.gbr') ctx.clean_up() + + +@pytest.mark.skipif(not context.ki7(), reason="Just testing with 7") +def test_populate_1(test_dir): + prj = 'simple_2layer' # Fake + ctx = context.TestContext(test_dir, prj, 'populate', 'Populate') + ctx.run(no_board_file=True, extra=['-b', 'tests/data/ArduinoLearningKitStarter.kicad_pcb', 'Populate']) + ctx.compare_image('Populate/img/populating_4.png', 'populating_4.png') + ctx.clean_up()