fix(web): keep printed cut-list rows together
Build CutList image / build-and-push (push) Successful in 22s

This commit is contained in:
aj
2026-08-03 01:51:11 +00:00
parent 3ccaddef0c
commit 25af9e3ba8
3 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class CutBadgeFormatTests(unittest.TestCase):
self.assertIn('class="cut-part-badge-name"', cut_rows)
self.assertIn('class="cut-part-badge-length"', cut_rows)
self.assertIn('@item.Name', cut_rows)
self.assertIn('@ArchUnits.FormatFromInches(item.Length)', cut_rows)
self.assertIn('@FormatResultLength(item.Length)', cut_rows)
self.assertNotIn('$"{item.Name} (', cut_rows)
def test_length_section_has_a_darker_background_than_the_part_number_section(self) -> None: