2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00

Unit tests for downloading BuildOrder data

This commit is contained in:
Oliver Walters
2022-05-18 00:31:43 +10:00
parent 0d078768fe
commit c5b14944a1
3 changed files with 47 additions and 1 deletions

View File

@ -381,6 +381,7 @@ class PurchaseOrderDownloadTest(OrderTest):
self.assertEqual(order.description, row['description'])
self.assertEqual(order.reference, row['reference'])
class PurchaseOrderReceiveTest(OrderTest):
"""
Unit tests for receiving items against a PurchaseOrder