#9 feat(Product): add unit_external_id field.

This commit is contained in:
2025-07-19 18:17:18 -05:00
parent ba9ef039f4
commit 1d3160ae92
3 changed files with 20 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ class TestProducts(TestCase):
self.assertIsInstance(product, Product)
self.assertIsNone(product.external_id)
self.assertIsNone(product.unit_external_id)
def test_import_products(self):
self._import_csv()