Added regression test for #178

This commit is contained in:
Salvador E. Tropea 2022-04-07 13:35:12 -03:00
parent 73b4196e46
commit 8627547bc8
1 changed files with 8 additions and 0 deletions

View File

@ -314,3 +314,11 @@ def test_sch_errors_bad_snum(test_dir):
def test_sch_errors_bad_tbentry(test_dir):
if context.ki5():
setup_ctx(test_dir, 'bad_tbentry', 'Wrong entry in title block')
def test_imported_k6(test_dir):
""" Test we can load an schematic with an imported sub-sheet (#178) """
if context.ki6():
prj = 'imported_top'
ctx = context.TestContextSCH(test_dir, 'test_imported_k6', prj, 'int_bom_simple_csv', None)
ctx.run()