2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-13 21:17:33 +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
+1
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